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

Function UIPluginInit

examples/uinotification/uinotification.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119extern "C"
120{
121 BN_DECLARE_UI_ABI_VERSION
122
123 BINARYNINJAPLUGIN bool UIPluginInit()
124 {
125 NotificationListener::init();
126 return true;
127 }
128}

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected