Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ CorePluginInit
Function
CorePluginInit
plugins/binaryninja/analysis/src/plugin.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
extern
"C"
{
19
BN_DECLARE_CORE_ABI_VERSION
20
BINARYNINJAPLUGIN bool CorePluginInit() {
21
analysis_plugin::commands::register_commands();
22
return true;
23
}
24
}
Callers
nothing calls this directly
Calls
1
register_commands
Function · 0.70
Tested by
no test coverage detected