MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / Modify

Method Modify

KittyMemoryEx/MemoryPatch.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool MemoryPatch::Modify()
74{
75 if (!isValid())
76 return false;
77
78 return _pMem->Write(_address, &_patch_code[0], _size);
79}
80
81std::string MemoryPatch::get_CurrBytes() const
82{

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected