MCPcopy Create free account
hub / github.com/Vector35/debugger / stack_pointer

Method stack_pointer

api/python/debuggercontroller.py:584–586  ·  view source on GitHub ↗

The stack pointer of the target (read-only)

(self)

Source from the content-addressed store, hash-verified

582
583 @property
584 def stack_pointer(self) -> int:
585 """The stack pointer of the target (read-only)"""
586 return dbgcore.BNDebuggerGetStackPointer(self.handle)
587
588 def read_memory(self, address: int, size: int) -> binaryninja.DataBuffer:
589 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected