Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ CorePluginInit
Function
CorePluginInit
plugins/svd/src/lib.rs:64–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
#[allow(non_snake_case)]
63
#[cfg(not(feature =
"demo"
))]
64
pub extern
"C"
fn CorePluginInit() -> bool {
65
plugin_init();
66
true
67
}
68
69
#[no_mangle]
70
#[allow(non_snake_case)]
Callers
nothing calls this directly
Calls
1
plugin_init
Function · 0.85
Tested by
no test coverage detected