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

Method internal_namespace

python/binaryview.py:3280–3286  ·  view source on GitHub ↗

Internal namespace for the current BinaryView

()

Source from the content-addressed store, hash-verified

3278
3279 @staticmethod
3280 def internal_namespace() -> '_types.NameSpace':
3281 """Internal namespace for the current BinaryView"""
3282 ns = core.BNGetInternalNameSpace()
3283 try:
3284 return _types.NameSpace._from_core_struct(ns)
3285 finally:
3286 core.BNFreeNameSpace(ns)
3287
3288 @staticmethod
3289 def external_namespace() -> '_types.NameSpace':

Callers

nothing calls this directly

Calls 1

_from_core_structMethod · 0.45

Tested by

no test coverage detected