Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ patchMemory
Method
patchMemory
library/Process.cpp:824–829 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
822
}
823
824
bool Process::patchMemory(void* target, const void* src, size_t count)
825
{
826
MemoryPatcher patcher(this);
827
828
return patcher.write(target, src, count);
829
}
Callers
1
internal_patchMemory
Function · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected