Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access FlowDroid wiki for basic usage instructions #776

Open
p0p1ng opened this issue Oct 24, 2024 · 2 comments
Open

Unable to access FlowDroid wiki for basic usage instructions #776

p0p1ng opened this issue Oct 24, 2024 · 2 comments
Labels
question Further information is requested

Comments

@p0p1ng
Copy link

p0p1ng commented Oct 24, 2024

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

@StevenArzt
Copy link
Member

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.

@StevenArzt StevenArzt added the question Further information is requested label Oct 24, 2024
@p0p1ng
Copy link
Author

p0p1ng commented Oct 24, 2024

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.

Thanks again for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants