Git Product home page Git Product logo

cocos2dextractassets's Introduction

Test APK

I am using a popular game using Cocos2d-X for testing.
Download link
Game name: 放开那三国
Package name : com.sincetimes.fknsg

How to use

a. Install downloaded apk file to your Android device, and start frida server on your Android device.How to setup your Android device with frida server . And besure your android device have a good Intenet connection, or the app will not start.

b. Connet your android device to you computer, and compile Android JNI code

    cd jni
    make install # this command will push compiled .so to your android device

NOTE: you need to modify the NDKPATH variable in file jni/Makefile to the actual path of your NDK. I am using NDK r15c.

c. Install required node modules

    cd .
    npm i

d.Execute typescript script

    cd . 
    frida -U -f com.sincetimes.fknsg -l _agent.js --no-pause

This script will list all encypted assets files in the package, and try to decrypt them, and dump decrypted files to your Android device.

cocos2dextractassets's People

Contributors

mengxipeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.