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

Class ImportedAddressRegisterValue

python/variable.py:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150@dataclass(frozen=True, eq=False)
151class ImportedAddressRegisterValue(RegisterValue):
152 offset: int = 0
153 type: RegisterValueType = RegisterValueType.ImportedAddressValue
154
155 def __repr__(self):
156 return f"<imported address from entry {self.value:#x}>"
157
158
159@dataclass(frozen=True, eq=False)

Callers 1

from_BNRegisterValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected