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

Method createWithBytes

KittyMemoryEx/MemoryPatch.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108/* ============================== MemoryPatchMgr ============================== */
109
110MemoryPatch MemoryPatchMgr::createWithBytes(uintptr_t absolute_address, const void *patch_code, size_t patch_size)
111{
112 return MemoryPatch(_pMem, absolute_address, patch_code, patch_size);
113}
114
115MemoryPatch MemoryPatchMgr::createWithHex(uintptr_t absolute_address, std::string hex)
116{

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 1

MemoryPatchClass · 0.85

Tested by

no test coverage detected