Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 345 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 345 Bytes

What is it?

Just frida script which lets you to obtain source code of Cocos2D game from Android device.

How to run?

  1. Run frida server on your Android device.
  2. Edit .py and .js files regarding to comments on top.
  3. Run .py script.
  4. Wait until game fully loads to obtain ALL sources (may take some time with running decryptor).