MCPcopy 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]
693pub extern "C" fn PDBPluginInit() -> bool {
694 init_plugin()
695}
696
697fn init_plugin() -> bool {
698 Logger::new("PDB").init();

Callers

nothing calls this directly

Calls 1

init_pluginFunction · 0.85

Tested by

no test coverage detected