Open ozuromo opened 8 months ago
Hello, the function name may be different for other games, this article only apply to this specific apk
The libcocos2dlua.so
file is there at the same folder you said, but when I use Module.findBaseAddress("libcocos2dlua.so")
it returns null
.
I tried it and was able to hook to luaL_loadbuffer, might be an issue with the emulator? Im not sure. I wasn't able to get the decrypted files tho, probably need another method for that.
So as I suspected it is a problem with the emulator, that's sad. Thank you for your help.
Hi, Can i have your contact to learn more about it? I want to discuss something.
Thanks you
Hi, Can i have your contact to learn more about it? I want to discuss something.
Thanks you
My discord is Xiao.Yy#8146, it's been a long time since I did this, not sure how much I remember
I'm trying to follow your tutorial to dump some images for the game Idle Heroes, but I don't have a rooted device, so I'm using an emulator. I managed to get frida working but I only get
console.log("luaL_loadbuffer cannot be found!");
. Can you help?