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

Method writeMemStr

KittyMemoryEx/KittyMemoryMgr.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool KittyMemoryMgr::writeMemStr(uintptr_t address, std::string str) const
118{
119 if (!isMemValid() || !address || str.empty())
120 return false;
121
122 return _pMemOp->WriteStr(address, str);
123}
124
125bool KittyMemoryMgr::dumpMemRange(uintptr_t start, uintptr_t end, const std::string &destination) const
126{

Callers

nothing calls this directly

Calls 1

WriteStrMethod · 0.80

Tested by

no test coverage detected