MCPcopy 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
7MemoryPatch::MemoryPatch()
8{
9 _pMem = nullptr;
10 _address = 0;
11 _size = 0;
12 _orig_code.clear();
13 _patch_code.clear();
14}
15
16MemoryPatch::~MemoryPatch()
17{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.80
ReadMethod · 0.80

Tested by

no test coverage detected