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

Method UnregisterNotification

binaryview.cpp:1882–1885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1880
1881
1882void BinaryView::UnregisterNotification(BinaryDataNotification* notify)
1883{
1884 BNUnregisterDataNotification(m_object, notify->GetCallbacks());
1885}
1886
1887
1888size_t BinaryView::Read(void* dest, uint64_t offset, size_t len)

Callers

nothing calls this directly

Calls 1

GetCallbacksMethod · 0.45

Tested by

no test coverage detected