Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool MemoryPatch::Modify()
74
{
75
if (!isValid())
76
return false;
77
78
return _pMem->Write(_address, &_patch_code[0], _size);
79
}
80
81
std::string MemoryPatch::get_CurrBytes() const
82
{
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
1
Write
Method · 0.80
Tested by
no test coverage detected