Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/KittyMemoryEx
/ MemoryPatch
Method
MemoryPatch
KittyMemoryEx/MemoryPatch.cpp:7–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#endif
6
7
MemoryPatch::MemoryPatch()
8
{
9
_pMem = nullptr;
10
_address = 0;
11
_size = 0;
12
_orig_code.clear();
13
_patch_code.clear();
14
}
15
16
MemoryPatch::~MemoryPatch()
17
{
Callers
nothing calls this directly
Calls
2
clear
Method · 0.80
Read
Method · 0.80
Tested by
no test coverage detected