Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ CorePluginInit
Function
CorePluginInit
plugins/pdb-ng/src/lib.rs:687–689 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
685
#[cfg(not(feature =
"demo"
))]
686
#[no_mangle]
687
pub extern
"C"
fn CorePluginInit() -> bool {
688
init_plugin()
689
}
690
691
#[cfg(feature =
"demo"
)]
692
#[no_mangle]
Callers
nothing calls this directly
Calls
1
init_plugin
Function · 0.85
Tested by
no test coverage detected