KittyMemoryEx icon indicating copy to clipboard operation
KittyMemoryEx copied to clipboard

Android 16

Open kazakeR1448 opened this issue 4 months ago • 8 comments

Working in AOSP, 16 android? Because in one user don't working for example read memory. Game: Critical OPS

kazakeR1448 avatar Oct 02 '25 20:10 kazakeR1448

@kazakeR1448 need more info on the issue

MJx0 avatar Oct 07 '25 02:10 MJx0

Working in AOSP, 16 android? Because in one user don't working for example read memory. Game: Critical OPS

Have you tried without hiding solist?

JeelsBoobz avatar Oct 08 '25 00:10 JeelsBoobz

sorry for long my answer. just waited unlock on shit device for show u the problem

kittyMemory.initialize(pidGame, EK_MEM_OP_SYSCALL, true); il2cppBaseMap = kittyMemory.elfScanner.findElf(OBFUSCATE("libil2cpp.so")); unityBaseMap = kittyMemory.elfScanner.findElf(OBFUSCATE("libunity.so"));

uintptr_t getPointerAddress(uintptr_t current_address, vector<uintptr_t> offsets) {
    current_address += offsets[0];

    for (size_t i = 1; i < offsets.size(); ++i) {
        current_address = read<uintptr_t>(current_address);
        if (current_address == 0) {
            return 0;
        }
        current_address += offsets[i];
    }

    return current_address;
}

kazakeR1448 avatar Nov 14 '25 22:11 kazakeR1448

https://download-files.b3stsqu4d.xyz/2025-11-15%2003-42-01%20-%20Trim.mp4

the video

kazakeR1448 avatar Nov 14 '25 22:11 kazakeR1448

in video u can see i cant write value of FOV, but via in CE i can

kazakeR1448 avatar Nov 14 '25 22:11 kazakeR1448

some time can write or read pointers in my second device in AOSP and from my one tester in OneUI

kazakeR1448 avatar Nov 14 '25 22:11 kazakeR1448

in my main device HyperOS 2, A15 all good always time working with reading pointers and etc

kazakeR1448 avatar Nov 14 '25 22:11 kazakeR1448

main device -> https://download-files.b3stsqu4d.xyz/2025-11-15%2003-54-18%20-%20Trim.mp4

im checked the pointers to valid in second device and all valids but dont want to read or write

kazakeR1448 avatar Nov 14 '25 22:11 kazakeR1448