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