-
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…
-
Hi @StevenArzt! Sorry to bother you again but I find there could be missing call graph edges. Below are the code to generate call graph using FlowDroid:
```
G.reset();
InfoflowAndroidConfiguration …
-
Is it possible to run only library methods to analyze? It seems to only get "APK" input right now. Can we give the JAR as input?
-
Hi to all,
I was wondering if is possible to use FlowDroid API to analyse the app where it is included.
```
InfoflowAndroidConfiguration config = new InfoflowAndroidConfiguration();
config.getAn…
-
Hi,I want to analysis information flow across multiple app.How can I do it? Thanks!
-
Hello~
If I want to use the StubDroid generated method summary when running FlowDroid, do I need to specify the summaries directory (XML files) with the "-t /XXX/summary" command and use "-tw STUBDRO…
-
Consider a simple application with only one Activity (named MainActivity) declared in its AndroidManifest file. The code of the Activity is shown below:
```
public class MainActivity extends Activity…
-
In `ant.settings.ssebuild` there are several jar files dependencies:
```
soot.jar=lib/soot-trunk.jar
soot-infoflow.jar=lib/soot-infoflow.jar
soot-infoflow-android.jar=lib/soot-infoflow-android.j…
-
Hi,
I am using flowdroid for dataflow analysis, I am interested in points where contact, sms data are tainted in an app. I have manually confirmed that data was tainted in some methods and ends up …
-
@StevenArzt Hello
there are some errors.
and it is very slowly.
how to optimize it? is it the flowdroid's bug?
used: