MCPcopy Create free account
hub / github.com/beefytech/Beef / Debugger_ReadMemory

Function Debugger_ReadMemory

IDEHelper/DebugManager.cpp:1541–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539}
1540
1541BF_EXPORT void BF_CALLTYPE Debugger_ReadMemory(uintptr address, uintptr size, unsigned char* data)
1542{
1543 if (gDebugger == NULL)
1544 return;
1545 gDebugger->ReadMemory(address, size, data);
1546}
1547
1548BF_EXPORT void BF_CALLTYPE Debugger_WriteMemory(uintptr address, uintptr size, unsigned char* data)
1549{

Callers

nothing calls this directly

Calls 1

ReadMemoryMethod · 0.45

Tested by

no test coverage detected