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

Method isValid

KittyMemoryEx/MemoryPatch.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool MemoryPatch::isValid() const
51{
52 return (_pMem && _address && _size && _orig_code.size() == _size && _patch_code.size() == _size);
53}
54
55size_t MemoryPatch::get_PatchSize() const
56{

Callers 14

_callFunctionFromMethod · 0.45
_callSyscallMethod · 0.45
getMapsFunction · 0.45
ElfScannerMethod · 0.45
KittyScanner.cppFile · 0.45
getAllELFsMethod · 0.45
findElfMethod · 0.45
findRemoteSymbolMethod · 0.45
initMethod · 0.45
infoFromSoInfo_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected