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

Method _register

python/binaryview.py:798–799  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

796 self._cb.redoEntryTaken = self._cb.redoEntryTaken.__class__(self._redo_entry_taken)
797
798 def _register(self) -> None:
799 core.BNRegisterDataNotification(self._view.handle, self._cb)
800
801 def _unregister(self) -> None:
802 core.BNUnregisterDataNotification(self._view.handle, self._cb)

Callers 1

register_notificationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected