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

Class StackFrameOffsetRegisterValue

python/variable.py:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181@dataclass(frozen=True, eq=False)
182class StackFrameOffsetRegisterValue(RegisterValue):
183 offset: int = 0
184 type: RegisterValueType = RegisterValueType.StackFrameOffset
185
186 def __repr__(self):
187 return f"<stack frame offset {self.value:#x}>"
188
189
190@dataclass(frozen=True, eq=False)

Callers 1

from_BNRegisterValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected