Skip to content

secure-software-engineering/cheetah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheetah


A JIT taint analysis for Android applications - Published at ISSTA 2017

Author: Lisa Nguyen Quang Do lisa.nguyen@iem.fraunhofer.de

This software is under the EPL licence, for more information, please visit: https://eclipse.org/legal/eplfaq.php


To run the analysis:

  1. Cheetah is the Plugin project containing the analysis. Run it with the following configurations: -Dosgi.requiredJavaVersion=1.7 -Xms256m -Xmx1024m -XX:MaxPermSize=512m

  2. Once the target Eclipse application is opened, import the demo Android application.

  3. Make sure that:

  1. Configure the Android project to add the layered builder (Configurations > Add Layered Builder)

  2. Open the Overview view and the Detail view (Window > Show view)

  3. Enjoy.


About

Eclipse plugin for a JIT taint analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages