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

Method standalone_platform

python/architecture.py:567–570  ·  view source on GitHub ↗

Architecture standalone platform (read-only)

(self)

Source from the content-addressed store, hash-verified

565
566 @property
567 def standalone_platform(self) -> 'platform.Platform':
568 """Architecture standalone platform (read-only)"""
569 pl = core.BNGetArchitectureStandalonePlatform(self.handle)
570 return platform.CorePlatform._from_cache(pl)
571
572 @property
573 def type_libraries(self) -> List['typelibrary.TypeLibrary']:

Callers 1

CorePluginInitFunction · 0.45

Calls 1

_from_cacheMethod · 0.45

Tested by

no test coverage detected