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

Method _unregister

python/function.py:506–509  ·  view source on GitHub ↗
(cls, func: 'core.BNFunction')

Source from the content-addressed store, hash-verified

504
505 @classmethod
506 def _unregister(cls, func: 'core.BNFunction') -> None:
507 handle = ctypes.cast(func, ctypes.c_void_p)
508 if handle.value in cls._associated_data:
509 del cls._associated_data[handle.value]
510
511 @staticmethod
512 def set_default_session_data(name: str, value) -> None:

Callers 3

destruct_binary_viewMethod · 0.45
destruct_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected