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

Function Debugger_WriteMemory

IDEHelper/DebugManager.cpp:1548–1553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1546}
1547
1548BF_EXPORT void BF_CALLTYPE Debugger_WriteMemory(uintptr address, uintptr size, unsigned char* data)
1549{
1550 if (gDebugger == NULL)
1551 return;
1552 gDebugger->WriteMemory(address, data, size);
1553}
1554
1555BF_EXPORT const char* BF_CALLTYPE Debugger_GetModulesInfo()
1556{

Callers

nothing calls this directly

Calls 1

WriteMemoryMethod · 0.45

Tested by

no test coverage detected