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

Method ReadMemory

api/debuggercontroller.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108DataBuffer DebuggerController::ReadMemory(std::uintptr_t address, std::size_t size)
109{
110 return DataBuffer(BNDebuggerReadMemory(m_object, address, size));
111}
112
113
114bool DebuggerController::WriteMemory(std::uintptr_t address, const DataBuffer& buffer)

Callers

nothing calls this directly

Calls 1

BNDebuggerReadMemoryFunction · 0.85

Tested by

no test coverage detected