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

Hello everyone! I'm testing the call flow generation (for starters without any taint analysis or information flow analysis, just the call flows) on the InsecureBank apk. I'm seeing some unexpected...

Hello, I have got the output of FlowDroid, but I am still wondering what's the exact meaning for the label, $i, and $r in the output. Could someone please help...

![leak_num](https://user-images.githubusercontent.com/1652223/114685991-a8173f00-9d12-11eb-8b49-acc175cbde50.jpg) As shown in the image, I ran the analysis with the same APK and parameters 4 times and the leak number changes every time! Is this normal? I used...

Hi, Can FlowDroid handle fragments and provide callbacks for them (as it did for activities)?

I have constructed callgraph using SetupApplication ap = new SetupApplication(androidJarPath, apkPath); ap.setCallbackFile("AndroidCallbacks.txt"); ap.constructCallgraph(); InfoflowCFG icfg=new InfoflowCFG(); we perform some processing on result of this icfg. But after this, when i...

question

Dear Sir, I was analyzing an app file using both Soot and FlowDroid, and found that for the same method the Soot and FlowDroid produces slightly different Jimple code. The...

This fixes the exception, e.g. for com.musicplayer.player.mp3player.white.apk

Hi, owner of FlowDroid. I've use FlowDroid for long time. Recently, I just want to import soot-infolow(not the whole FlowDroid) into my project. I try to find it in mavenCentral...

[main] INFO soot.jimple.infoflow.android.SetupApplication - Initializing Soot... [main] INFO soot.jimple.infoflow.android.SetupApplication - Loading dex files... [main] INFO soot.jimple.infoflow.android.SetupApplication - ARSC file parsing took 0.0639073 seconds [main] INFO soot.jimple.infoflow.android.entryPointCreators.AndroidEntryPointCreator - Creating Android entry...

I notice FlowDroid now allows to use XML files as configuration. Is there an example on how to do it? Thanks!

question