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 9c09c16 commit 83e8981Copy full SHA for 83e8981
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 121
+#define BN_CURRENT_CORE_ABI_VERSION 122
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