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

Method StackPointer

api/debuggercontroller.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102uint64_t DebuggerController::StackPointer()
103{
104 return BNDebuggerGetStackPointer(m_object);
105}
106
107
108DataBuffer DebuggerController::ReadMemory(std::uintptr_t address, std::size_t size)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected