-
Hello,
I am currently working on performing static analysis of Android applications using FlowDroid, but I am not familiar with the basic usage of FlowDroid. I noticed that the [FlowDroid wiki](htt…
-
I ran into an issue where FlowDroid misses a leak if some statements that don't affect the propagation are added.
Please consider the following example-code where FlowDroid misses the sink at the e…
-
Hi, @t1mlange @StevenArzt
FlowDroid is not tracking the complete taint flow from ContentResolver.query() through Cursor.getString() and List operations to LianXiRenClass methods. While it can trac…
-
Using FastHierarchy in a Flowdroid entry point creator yields inaccurate results.
Scala MWE:
```
def minimalWorkingExample(){
val fastHierarchy = Scene.v.getOrMakeFastHierarchy //make sure it is cre…
-
I've found a bug in the FlowDroid command line tool.
Consider the following code:
```java
public class MainActivity extends AppCompatActivity {
public void onCreate(Bundle savedInstanceSta…
-
I am checking the tests from **securibench** in the `soot-infoflow/` folder and I have noticed that test Aliasing4 (https://github.com/secure-software-engineering/FlowDroid/blob/develop/soot-infoflow/…
-
Hello, I am having some issue building the project.
## Environment
java version: `openjdk version "11.0.16" 2022-07-19`
gradle version: `Gradle 6.8.3`
## Failure and logs
```
[INFO] -------…
-
Hello @StevenArzt 🖐️😁
I am very new to FlowDroid and loved the features that the application provides. Its Amazing !!!
I had a apk file and wanted to generate a API call graph for it. I have set…
-
Hi,
Consider the following case:
`
public class MainActivity extends AppCompatActivity {
private Button btn1;
private final View.OnClickListener onClickListener = v -> onClick2(v)…
-
Hi @StevenArzt , @t1mlange
I am working on analyzing Android Apps, I included API used to retrieve contact, sms and media in the source and sink file.
Flowdroid does identify these sources and si…