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

Class ReturnAddressRegisterValue

python/variable.py:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159@dataclass(frozen=True, eq=False)
160class ReturnAddressRegisterValue(RegisterValue):
161 offset: int = 0
162 type: RegisterValueType = RegisterValueType.ReturnAddressValue
163
164 def __repr__(self):
165 return "<return address>"
166
167
168@dataclass(frozen=True, eq=False)

Callers 1

from_BNRegisterValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected