Skip to content

Static Logic Bomb Detector in Android apps Source Code Analysis

License

Notifications You must be signed in to change notification settings

AuKeeWa/Difuzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Difuzer

In this repository, we host Difuzer, a static logic bomb detector. Difuzer relies on static inter-procedural taint analysis to find sensitive trigger entry-points in Android apps. It is able to filter abnormal triggers known as Hidden Sensitive Operations from trigger-specific features.

Getting started

Downloading the tool

git clone https://github.com/Trustworthy-Software/Difuzer.git

Installing the tool

cd Difuzer
mvn clean install
java -jar Difuzer/target/Difuzer-0.1-jar-with-dependencies.jar options

Options:

  • -a : The path to the APK to process.
  • -p : The path to Android platofrms folder.
  • -r : Displays raw results.
  • -t : Set the timeout of the analysis.
  • -e : Set an EasyTaintWrapper file.

Built With

  • Maven - Dependency Management

License

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

Contact

For any question regarding this study, please contact us at: Jordan Samhi

About

Static Logic Bomb Detector in Android apps Source Code Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%