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

Function UIPluginInit

plugins/dwarf/dwarfdump/src/lib.rs:327–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325
326#[no_mangle]
327pub extern "C" fn UIPluginInit() -> bool {
328 register_command(
329 "DWARF Dump",
330 "Show embedded DWARF info as a tree structure for you to navigate",
331 DWARFDump {},
332 );
333 true
334}

Callers

nothing calls this directly

Calls 1

register_commandFunction · 0.85

Tested by

no test coverage detected