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

Class ConstantRegisterValue

python/variable.py:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132@dataclass(frozen=True, eq=False)
133class ConstantRegisterValue(RegisterValue):
134 offset: int = 0
135 type: RegisterValueType = RegisterValueType.ConstantValue
136
137 def __repr__(self):
138 return f"<const {self.value:#x}>"
139
140
141@dataclass(frozen=True, eq=False)

Callers 1

from_BNRegisterValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected