Generate the call graph of an Android APK.
- Download the source code and import as an intellij project.
git clone https://github.com/lynnlyc/APK_CG.git
- Check the
Main.java
and modify the APK file path to your target APK. - Run
Main.java
from source.