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

Class ArchAndAddr

python/function.py:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87@dataclass(frozen=True)
88class ArchAndAddr:
89 arch: 'architecture.Architecture'
90 addr: int
91
92 def __repr__(self):
93 return f"<archandaddr {self.arch} @ {self.addr:#x}>"
94
95
96class _FunctionAssociatedDataStore(associateddatastore._AssociatedDataStore):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected