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

Method RegisterNotification

project.cpp:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499
500
501void Project::RegisterNotification(ProjectNotification* notify)
502{
503 BNRegisterProjectNotification(m_object, notify->GetCallbacks());
504}
505
506
507void Project::UnregisterNotification(ProjectNotification* notify)

Callers 1

GenericExportsModelMethod · 0.45

Calls 1

GetCallbacksMethod · 0.45

Tested by

no test coverage detected