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

Method RegisterNotification

binaryview.cpp:1876–1879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1874
1875
1876void BinaryView::RegisterNotification(BinaryDataNotification* notify)
1877{
1878 BNRegisterDataNotification(m_object, notify->GetCallbacks());
1879}
1880
1881
1882void BinaryView::UnregisterNotification(BinaryDataNotification* notify)

Callers

nothing calls this directly

Calls 1

GetCallbacksMethod · 0.45

Tested by

no test coverage detected