MCPcopy 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
824bool 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_patchMemoryFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected