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 4c419bb commit 13a2d93Copy full SHA for 13a2d93
binaryninjacore.h
@@ -192,6 +192,7 @@ extern "C"
192
} PluginLoadStatus;
193
194
typedef bool (*BNCorePluginInitFunction)(void);
195
+ typedef bool (*BNScriptPluginInitFunction)(const char*);
196
typedef void (*BNCorePluginDependencyFunction)(void);
197
typedef uint32_t (*BNCorePluginABIVersionFunction)(void);
198
0 commit comments