yuanchun-li / APK_CG

generate the call graph of an Android APK.
7 stars 1 forks source link

APK_CG

Generate the call graph of an Android APK.

Usage

  1. Download the source code and import as an intellij project.

    git clone https://github.com/lynnlyc/APK_CG.git

  2. Check the Main.java and modify the APK file path to your target APK.

  3. Run Main.java from source.