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

Function UIPluginInit

view/sharedcache/ui/Plugin.cpp:10–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8extern "C"
9{
10 BN_DECLARE_CORE_ABI_VERSION
11 BN_DECLARE_UI_ABI_VERSION
12
13 BINARYNINJAPLUGIN bool UIPluginInit()
14 {
15 UINotifications::init();
16 UIAction::registerAction("Load Image by Name");
17 UIAction::registerAction("Load Image by Address");
18 UIAction::registerAction("Load Section by Address");
19 UIAction::registerAction("Load ADDRHERE");
20 UIAction::registerAction("Load IMGHERE");
21
22 DSCTriageViewType::Register();
23
24 return true;
25 }
26}

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
RegisterEnum · 0.50

Tested by

no test coverage detected