Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 959 Bytes

Readme.md

File metadata and controls

27 lines (20 loc) · 959 Bytes

soot-infoflow

soot-infoflow is part of FlowDroid, a context-, flow-, field-, object-sensitive and lifecycle-aware static taint analysis tool for Android applications.

Dependencies

If you want to develop or customize FlowDroid or checkout all components on their own you need to take care of the following dependencies:

Build Script

coming soon.

Manual

The soot.jimple.infoflow.Infoflow class should be used to start an analysis. If you want to start an analysis on an Android apk file you have to use the soot.jimple.infoflow.android.TestApps.Test class

For more information visit http://sseblog.ec-spride.de/android/flowdroid/