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

Class Undetermined

python/variable.py:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122@dataclass(frozen=True, eq=False)
123class Undetermined(RegisterValue):
124 value: int = 0
125 offset: int = 0
126 type: RegisterValueType = RegisterValueType.UndeterminedValue
127
128 def __repr__(self):
129 return "<undetermined>"
130
131
132@dataclass(frozen=True, eq=False)

Callers 1

from_BNRegisterValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected