FlowDroid icon indicating copy to clipboard operation
FlowDroid copied to clipboard

FlowDroid Static Data Flow Tracker

Results 199 FlowDroid issues
Sort by recently updated
recently updated
newest added

Hi, I'm analyzing google map app and as I run FlowDroid, it stuck at building call graph after 5 minutes with: `Running out of memory, solvers terminated` and nothing happens....

Hello, I have configured FlowDroid accordingly: ``` InfoflowConfiguration.CallgraphAlgorithm cgAlgorithm = InfoflowConfiguration.CallgraphAlgorithm.SPARK; final InfoflowAndroidConfiguration config = AndroidUtil.getFlowDroidConfig(apkPath, androidJar, cgAlgorithm); config.getAnalysisFileConfig().setAndroidPlatformDir(androidJar); config.setCodeEliminationMode(InfoflowConfiguration.CodeEliminationMode.NoCodeElimination); config.setCallgraphAlgorithm(cgAlgorithm); SetupApplication app = new SetupApplication(config); app.getConfig().setMergeDexFiles(true); app.constructCallgraph(); CallGraph callGraph...

after maven install, when i use soot-infoflow-androoid-classes.jar, these is something wrong ![image](https://user-images.githubusercontent.com/37952759/143801360-d2ff7be3-4244-4552-8e96-a80e46718aaf.png) How can I fix it? Thanks a lot for you answer.

Hi, I am using FlowDroid to generate a callgraph for an Android apk, but it seems not supporting Fragment classes. For example, ``` SetupApplication app = new SetupApplication( System.getenv("ANDROID_HOME") +...

I wanted to get a FlowDroid rig to detect the [log4shell](https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce) exploit - any tips? This could would be the minimum test rig? It takes an arbitrary string from the...

question

**Hello!** I'm the new guy for the FlowDroid and got some questions about the sourcesink file. My file looks like this: -> _SOURCE_ -> _SINK_ I have manually checked the...

Hello I am having a hard time using Flowdroid2.9 with IccTA with the command line. As I tried to do like [#219 ], I downloaded dare and ic3-0.2.0.jar, but they...

Hi, I wanted to know which Apktool version you are using in FlowDroid? I tried to find it in the repository but I couldn't find it. Thank you in advance

Dear, I re-define the SourcesAndSinks.txt for my project, and the taint result presents such a flow. But it confuses me that I do not define this source method `findViewById()` in...

question

Hi, I am moving [this issue](https://github.com/secure-software-engineering/soot-infoflow-android/issues/211#issue-905863849]) here as it is the official repository: I noticed that when running Flowdroid on a few applications to extract the callgraph (and the callbacks),...