We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1615831 commit 1431470Copy full SHA for 1431470
binaryninjacore.h
@@ -37,7 +37,7 @@
37
// Current ABI version for linking to the core. This is incremented any time
38
// there are changes to the API that affect linking, including new functions,
39
// new types, or modifications to existing functions or types.
40
-#define BN_CURRENT_CORE_ABI_VERSION 106
+#define BN_CURRENT_CORE_ABI_VERSION 107
41
42
// Minimum ABI version that is supported for loading of plugins. Plugins that
43
// are linked to an ABI version less than this will not be able to load and
0 commit comments