Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ CorePluginDependencies
Function
CorePluginDependencies
arch/riscv/src/lib.rs:3056–3058 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3054
#[no_mangle]
3055
#[allow(non_snake_case)]
3056
pub extern
"C"
fn CorePluginDependencies() {
3057
add_optional_plugin_dependency(
"view_elf"
);
3058
}
Callers
nothing calls this directly
Calls
1
add_optional_plugin_dependency
Function · 0.85
Tested by
no test coverage detected