Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 284 Bytes

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.