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

Method __init__

python/platform.py:769–773  ·  view source on GitHub ↗
(self, handle: core.BNPlatform)

Source from the content-addressed store, hash-verified

767
768class CorePlatform(Platform):
769 def __init__(self, handle: core.BNPlatform):
770 super(CorePlatform, self).__init__(handle=handle)
771 if type(self) is CorePlatform:
772 global _platform_cache
773 _platform_cache[ctypes.addressof(handle.contents)] = self
774
775 @classmethod
776 def _from_cache(cls, handle) -> 'Platform':

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected