KittyMemory
KittyMemory copied to clipboard
This library aims for runtime code patching for both Android and iOS
Game force close when i change cbss range 🧐
Any chance you could contact me on telegram https://t.me/ToshiTZ
my telegram is https://t.me/memorydecryptor! message me please as well, also if you have discord - ProCode#1337
can join a mutilptr edit example sir
Undefined symbols for architecture arm64: "_ks_asm", referenced from: __ZN11MemoryPatch13createWithAsmEm11MP_ASM_ARCHRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEm in MemoryPatch.cpp.cdf2922f.o "_ks_close", referenced from: __ZN11MemoryPatch13createWithAsmEm11MP_ASM_ARCHRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEm in MemoryPatch.cpp.cdf2922f.o "_ks_errno", referenced from: __ZN11MemoryPatch13createWithAsmEm11MP_ASM_ARCHRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEm in MemoryPatch.cpp.cdf2922f.o "_ks_free", referenced from: __ZN11MemoryPatch13createWithAsmEm11MP_ASM_ARCHRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEm in MemoryPatch.cpp.cdf2922f.o "_ks_open",...
``` ld: error: undefined symbol: KittyScanner::findDataFirst(unsigned long, unsigned long, void const*, unsigned long) >>> referenced by DroidRedirect.cpp:51 (src\DroidRedirect.cpp:51) >>> ./obj/local/arm64-v8a/objs/droidredirect/DroidRedirect.o:(FindBuildingFunction(char const*, int)) ld: error: undefined symbol: KittyScanner::findIdaPatternFirst(unsigned long, unsigned long,...
The address is shifted 1000 ahead of the specified one. For example, I specified libProc + 0x277CFF4, but the data changed to 0x277BFF4. im using last version `MemoryPatch hashCheck =...
Any chance you could contact me on telegram https://t.me/leeksov
In the sample, the search range is specified using ELF.baseSegment().startAddress and ELF.baseSegment().endAddress. However, if I use an arbitrary search range, it crashes. It is most likely that the program is...
Description: The recent update to macOS 15.0 or 15.1, along with the new version of clang, is causing a compilation error when building the template. This issue seems related to...