You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 that previously hosted the documentation is no longer accessible.
Could you kindly provide guidance on how to get started with FlowDroid or direct me to an alternative source of documentation?
Thank you in advance for your help!
Best regards
The text was updated successfully, but these errors were encountered:
You can use the FlowDroid command-line tool which is located in the JAR with dependencies if you just want to run the tool.
If you need better control over the data flow analysis and want to have the results as Java object, you can have a look at the SetupApplication class. If contains JavaDoc for all public methods. The most important one is runInfoflow with its different overloads.
You can use the FlowDroid command-line tool which is located in the JAR with dependencies if you just want to run the tool.
If you need better control over the data flow analysis and want to have the results as Java object, you can have a look at the SetupApplication class. If contains JavaDoc for all public methods. The most important one is runInfoflow with its different overloads.
Thank you for your quick response! I really appreciate it.
Currently, I'm working on Android static analysis, and I need to use the JAR package for this purpose. I'll make sure to thoroughly review the SetupApplication class as part of my work.
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 that previously hosted the documentation is no longer accessible.
Could you kindly provide guidance on how to get started with FlowDroid or direct me to an alternative source of documentation?
Thank you in advance for your help!
Best regards
The text was updated successfully, but these errors were encountered: