/APK_CG

generate the call graph of an Android APK.

Primary LanguageJava

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

  1. Check the Main.java and modify the APK file path to your target APK.
  2. Run Main.java from source.