An open API service indexing awesome lists of open source software.

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

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
```