JordanSamhi / JuCify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JuCify

Unifying Android code for enhanced static analysis.

⚠️ Please checkout to the following commit to use JuCify: 6897c58350773987da0a2c52a99fd4ebf1edc39e

Getting started

Downloading the tool

git clone --recursive https://github.com/JordanSamhi/JuCify.git

Installing the tool

cd JuCify
mvn clean install

Issues

If you stumble upon a stack overflow error while building JuCify, increase memory available with this command:

export MAVEN_OPTS=-Xss32m

Then, try to rebuild.

Using the tool

java -jar JuCify/target/JuCify-0.1-jar-with-dependencies.jar options

Options:

  • -a : The path to the APK to process.
  • -p : The path to Android platofrms folder.
  • -f : Provide paths to necessary files for native reconstruciton.
  • -r : Print raw results.
  • -ta : Perform taint analysis.
  • -c : Export call-graph to text file.
  • -e : Export call-graph to dot format.

Scripts

Better use the following script to use JuCify as described in the paper.

./main.sh -f PATH_TO_APK -p PATH_TO_PLATFORMS

Built With

  • Maven - Dependency Management

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

Contact

For any question regarding this study, please contact us at: Jordan Samhi

About

License:Apache License 2.0


Languages

Language:Java 88.1%Language:C++ 5.9%Language:Shell 4.0%Language:Python 2.0%