https://github.com/fakorede/android-apk-callgraph
Generate ICFG for Android APKs
https://github.com/fakorede/android-apk-callgraph
Last synced: about 2 months ago
JSON representation
Generate ICFG for Android APKs
- Host: GitHub
- URL: https://github.com/fakorede/android-apk-callgraph
- Owner: Fakorede
- Created: 2024-04-26T02:04:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T02:47:37.000Z (about 1 year ago)
- Last Synced: 2025-02-16T15:15:50.453Z (4 months ago)
- Language: Java
- Homepage:
- Size: 7.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-apk-callgraph
## Requirements
- JDk 11 or above
- Ensure path to `ANDROID_HOME` is set## Setup
```
$ git clone https://github.com/Fakorede/android-apk-callgraph.git
$ cd android-apk-callgraph
```Finally, install dependencies:
```
$ ./gradlew build
```## Run
```
$ java -cp /path/to/android-apk-callgraph/app/build/libs/android-apk-callgraph-all.jar com.thefabdev.androidcallgraph.Main -p $ANDROID_HOME/platforms -a /path/to/apk
```