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

Function UIPluginInit

view/kernelcache/ui/Plugin.cpp:10–21  ·  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("KC Load IMGHERE");
17
18 KCTriageViewType::Register();
19
20 return true;
21 }
22}

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
RegisterEnum · 0.50

Tested by

no test coverage detected