Just frida script which lets you to obtain source code of Cocos2D game from Android device.
- Run frida server on your Android device.
- Edit
.py
and.js
files regarding to comments on top. - Run
.py
script. - Wait until game fully loads to obtain ALL sources (may take some time with running decryptor).
adb forward tcp:27042 tcp:27042 adb forward tcp:27043 tcp:27043