Skip to content
forked from JordanSamhi/ic3

IC3: Inter-Component Communication Analysis in Android

License

Notifications You must be signed in to change notification settings

limerick1718/ic3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IC3: Inter-Component Communication Analysis with COAL

This version of IC3 does not require retargetting the APK with Dare anymore.

Getting started

Using jdk1.8

Installing the tool

cd ic3
mvn clean install:install-file -Dfile=libs/coal-all-0.1.7.jar -DgroupId=edu.psu.cse.siis -DartifactId=coal -Dversion=0.1.7 -Dpackaging=jar
mvn clean package -P standalone

I also attached the compiled jar file in the target folder.

Using the tool

path_to_/ATGEmpiricalCMD.sh path_to_apk path_to_/android-platforms result_dir

Built With

  • Maven - Dependency Management

Publication

If one wants to know more about the implementation details please check the related research paper.

License

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

For more instructions, see http://siis.cse.psu.edu/ic3/.

About

IC3: Inter-Component Communication Analysis in Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%