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

Method init

examples/uinotification/uinotification.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10NotificationListener* NotificationListener::m_instance = nullptr;
11
12void NotificationListener::init()
13{
14 m_instance = new NotificationListener;
15 UIContext::registerNotification(m_instance);
16}
17
18
19void NotificationListener::OnContextOpen(UIContext* context)

Callers 1

paintEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected