This version of IC3 does not require retargetting the APK with Dare anymore.
git clone https://github.com/JordanSamhi/ic3.git
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
java -jar ic3/target/ic3-0.2.1-full.jar options
- Maven - Dependency Management
If one wants to know more about the implementation details please check the related research paper.
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/.