#Concolic Analysis System Proving Android Readiness (CASPAR)
- Setup the VM
- Install Vagrant
- Go to the root directoroty of the repo (where this file is)
- Run "vagrant up" and wait for the machine to come online
- Run "vagrant ssh" to enter the virtual machine
- All included projects will be in "~/Workspace/" in the VM
- MAKE SURE YOU HAVE A JDK INSTALLED AND ON YOUR PATH
- Requires at least 1.7
- Please make sure your default JRE and default JRE are the same major version
- In the VM, navigate to "~/Workspace/AnalysisEngine"
- Set up JPF 1. run jpf_clone.sh - this pulls down the repositories 2. run jpf_build.sh - this builds the required jars
- In the host OS, import "AnalysisEngine/AndroidAnalysisEngine/" as a maven project in the IDE of your choice