FlowDroid icon indicating copy to clipboard operation
FlowDroid copied to clipboard

FlowDroid Static Data Flow Tracker

Results 195 FlowDroid issues
Sort by recently updated
recently updated
newest added
trafficstars

Android apps can use a mechanism to use a factory to instantiate the application class, activities and other components. FlowDroid should support this in order to get obtain a more...

[ERROR] Failed to execute goal on project soot-infoflow-android: Could not resolve dependencies for project de.tud.sse:soot-infoflow-android:jar:2.9.0-SNAPSHOT: Failed to collect dependencies at de.upb.cs.swt:axml:jar:2.1.1-SNAPSHOT: Failed to read artifact descriptor for de.upb.cs.swt:axml:jar:2.1.1-SNAPSHOT: Could not...

Ex: MainActivity { Runnable a = new Runnable() { public void run() { } } Runnable b = new Runnable() { public void run() { } } onCreate() { Handler...

# The Problem In [InterproceduralConstantValuePropagator](https://github.com/secure-software-engineering/FlowDroid/blame/develop/soot-infoflow/src/soot/jimple/infoflow/codeOptimization/InterproceduralConstantValuePropagator.java#L496), `Scene.v().addClass` will be called in some cases to add `exceptionClass` when fixing some exceptions. However, the [`addClass`](https://github.com/soot-oss/soot/blob/master/src/main/java/soot/Scene.java#L874) method modifies class hierarchy and some previous analsysis...

Dear developer: I want to get a graph showing how the source detected spread in a method or between methods,and the class InfoflowResults now i use can only tell me...

Hi, it seems like Flowdroid is not deterministic. Running the same analysis (for the same APK) reports a different set of sources and sinks. For example, I am running Flowdroid...

Dear Developer: I want to get a control flow graph from an APK. I don't need all method control flow graph, just some method I want, for example `org.apache.http.client.HttpClient.execute()`. But...

Hi when use the FlowDroid to detect some app I got crashes as follow.Could you help to resolve this? ``` [Thread-5] ERROR heros.solver.CountingThreadPoolExecutor - Worker thread execution failed: No body...

Hi all, flowdroid seems to be a very interesting project with unlimited capabilities. I am very new to Android and I am looking into a way of checking if a...

## A question has been bothering me. I used the FlowDroid for trace data flow, but I got the log "No sinks found, aborting analysis" The way I use Flowdroid...