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 @StevenArzt , I am using FlowDroid to perform static taint analysis on some medium sized databases and from the logs I have been at `Source lookup done, found 30...

Hello, I would like to ask, is the tool cleanDroid in your paper "Sustainable Solving: Reducing the Memory Footprint of IFDS-Based Data Flow Analyses Using Intelligent Garbage Collection" already integrated...

question

Hi @StevenArzt @ericbodden and All! I am facing the same issue like this (https://github.com/secure-software-engineering/FlowDroid/issues/62) :Invalid class source type Error Log: ``` [main] INFO soot.jimple.infoflow.cmd.MainClass - Analyzing app /home/prakash/Documents/FlowDroid/Apks_List/AdobeAcrobat.apk (1 of...

Hi @ericbodden @StevenArzt , I want to perform static taint analysis on some client-server applications, but these client-server applications have one feature: there is no fixed entrypoint on the server...

question

Hello @StevenArzt! Whichever apks I analyzed to generate a call graph, FlowDroid repeatedly keeps on printing "Constructing callgraph... " Some partial running logs of an apk is as follows: ```...

Hi @StevenArzt I know that FlowDroid removes methods that are unreachable from an entry point when building the call graph (with SPARK). But there are cases in which "unreachable" methods...

Dear Steven Can we declare sinks directly in to the Jimple body of a code so that the issink() method of FlowDroid correctly maps the information flow from source to...

question

## Issue The fast callback analyzer (i.e., running FlowDroid with configuration `callbackanalyzer` set to `FAST`) unsoundly deals with anonymous classes. ## Test Cases Many of the APKs in Droidbench 3.0's...

Here's another issue (different cause than #501) with flow sensitive aliasing: ## Test Case Mutant of Callbacks/Button5.apk in DroidBench, in which the source and sink statements are switched in `sendMessage()`:...

Dear Steven I am currently running the Java test cases inside the "soot-info-flow" module of FlowDorid. I just wanted to know how we can instrument the test codes so that...