FlowDroid
FlowDroid copied to clipboard
FlowDroid Static Data Flow Tracker
I am new to FlowDroid. As far as I know, the taint starts from the source, which is the method of reading sensitive data. However, in my case, the sensitive...
[ERROR] Failed to execute goal on project soot-infoflow: Could not resolve dependencies for project de.tud.sse:soot-infoflow:jar:2.7.3-SNAPSHOT: The following artifacts could not be resolved: de.upb.cs.swt:heros:jar:1.2.0-SNAPSHOT, ca.mcgill.sable:soot:jar:4.1.0-SNAPSHOT: Failure to find de.upb.cs.swt:heros:jar:1.2.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots...
I made a simple app to test FlowDroid. I use the Log function as the sink with three diferent sources: `Log.v("test", "sim is " + finalSimNumber + "lac is" +...
Hi, when I ran `mvn -DskipTests install` to build FlowDroid, it shows the following error message: ``` Failed to execute goal on project soot-infoflow: Could not resolve dependencies for project...
When I use it to analysis an file ,this problem always occured DexBackedDexFile entry = dexContainer.getEntry(entryName); this function's parameter should be an file?Now the parameter is String. 
when I want to check a source-sink path with follows, I can't get any results: ```xml ``` But when change the source to: ```xml ``` The FlowDroid can get the...
Hi, I am trying to analyze apk files, but FlowDroid fails on analyzing apk file, and it throws java.lang.ClassCastException : soot.jimple.IntConstant cannot be cast to soot.Local. I ran according to...
I'm trying to find a decent library that can be used on Android to parse APK files even if they exist within a zip file (without extraction, meaning using InputStream),...
I got an error message "Content was decoded with errors (using 'UTF-8' charset)" when I open AndroidCallbacks.txt in IDEA, and I found a possible mistake in [line 133 of this...
FlowDroid seems to be working well. However, when I tried running it against a specific set of [apps](https://drive.google.com/open?id=1o2-qx2uB1z15JPCR8GpslLx-rOGEPAAg) it crashes with the following error message: > The data flow analysis...