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

Hi, I want to do an intra-app analysis but in [soot-infoflow-android/SourcesAndSinks.txt](https://github.com/secure-software-engineering/FlowDroid/blob/develop/soot-infoflow-android/SourcesAndSinks.txt) there are more than 400 sources and sinks defined. My query is which one's I can use for intra-app?...

First, thank you for your valuable work and support: Is it possible to run FlowDroid on binaries of system services, e.g., to taint one parameter across methods of the application...

I am using FlowDroid to analysis some classes and jars. And crashed with the exception `java.lang.ClassCastException`. The exception has no any infomation, as the following screenshot shows, all the fields...

Hi: I want to generate summaries for the Android framework by soot-infoflow-summaries , but when I use the statement `java -jar soot-infoflow-summaries.jar framework.jar /tmp/ android.os.Bundle` to generate the summary of...

Hi: I use Flowdroid project for Android static taint analysis, some android apk take a long time for "PackManager.v().runPacks();" The log is follows,now we have requirements for SLA and response...

Droidbench test apks in Dir DroidBench's sub dir ./apk,variable droidBenchDir in soot-infoflow-android/test/soot/jimple/infoflow/android/test/droidBench/JUnitTests.java miss it, so it can't find apks.

Hi there, I have a sample code like this: ``` String filepath = getExternalFilesDir(null).getAbsolutePath() + "/dir/"; try { File file = new File(filepath, "file.zip"); java.util.zip.ZipFile zipFile = new java.util.zip.ZipFile(file); ```...

Hi: I'm wondering if it's possible to support clearing field taint if constant method arguments are passed in. For example, for the following code: ```java Intent intent = new Intent();...

Hi everyone, I'm using FlowDroid to create a Call Graph of my application and I'm using Sources and Sinks provided by the tool SuSi but the call graph is missing...

Dear all, I'm using flowdroid to create a call graph of an android application. In my testing app (available [here](https://apkpure.com/it/puzzle/br.com.cjdinfo.puzzle)), there is a class that extends `android.os.AsyncTask` (I know that...