Skip to content

ConcolicAnalysisAndroid/RepackagedAndroid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Concolic Analysis System Proving Android Readiness (CASPAR)

General setup:

  1. Setup the VM
  2. Install Vagrant
  3. Go to the root directoroty of the repo (where this file is)
  4. Run "vagrant up" and wait for the machine to come online
  5. Run "vagrant ssh" to enter the virtual machine
  6. All included projects will be in "~/Workspace/" in the VM

Analysis Engine Project Setup:

  1. MAKE SURE YOU HAVE A JDK INSTALLED AND ON YOUR PATH
  2. Requires at least 1.7
  3. Please make sure your default JRE and default JRE are the same major version
  4. In the VM, navigate to "~/Workspace/AnalysisEngine"
  5. Set up JPF 1. run jpf_clone.sh - this pulls down the repositories 2. run jpf_build.sh - this builds the required jars
  6. In the host OS, import "AnalysisEngine/AndroidAnalysisEngine/" as a maven project in the IDE of your choice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.7%
  • Shell 7.4%
  • Ruby 1.8%
  • Puppet 1.1%