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

Class ConstantPointerRegisterValue

python/variable.py:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141@dataclass(frozen=True, eq=False)
142class ConstantPointerRegisterValue(RegisterValue):
143 offset: int = 0
144 type: RegisterValueType = RegisterValueType.ConstantPointerValue
145
146 def __repr__(self):
147 return f"<const ptr {self.value:#x}>"
148
149
150@dataclass(frozen=True, eq=False)

Callers 1

from_BNRegisterValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected