MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / CorePluginInit

Function CorePluginInit

plugins/idb_import/src/lib.rs:329–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327#[allow(non_snake_case)]
328#[no_mangle]
329pub extern "C" fn CorePluginInit() -> bool {
330 Logger::new("IDB Import")
331 .with_level(LevelFilter::Error)
332 .init();
333 DebugInfoParser::register("IDB Parser", IDBDebugInfoParser);
334 DebugInfoParser::register("TIL Parser", TILDebugInfoParser);
335 true
336}

Callers

nothing calls this directly

Calls 2

with_levelMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected