Android 16
Working in AOSP, 16 android? Because in one user don't working for example read memory. Game: Critical OPS
@kazakeR1448 need more info on the issue
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?
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;
}
https://download-files.b3stsqu4d.xyz/2025-11-15%2003-42-01%20-%20Trim.mp4
the video
in video u can see i cant write value of FOV, but via in CE i can
some time can write or read pointers in my second device in AOSP and from my one tester in OneUI
in my main device HyperOS 2, A15 all good always time working with reading pointers and etc
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