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
Is there any documentation/tutorial on how to use FlowDroid to perform data flow analysis on Java programs that aren't Android Apps?
What would be the arguments for running the command-line tool to analyses a Java Application?
Thank you for any help!
The text was updated successfully, but these errors were encountered:
The command-line tool does not support Java programs as input. However, you can look into the test cases in the soot-infoflow project. These JUnit test cases are all purely Java-based. The package name with junit in it contains the test case, i.e., the runner, and the package without junit in it contains the code to be tested. It should be fairly easy to see how things are configured. The test cases just point FlowDroid to the class files. You can put a JAR instead.
Is there any documentation/tutorial on how to use FlowDroid to perform data flow analysis on Java programs that aren't Android Apps?
What would be the arguments for running the command-line tool to analyses a Java Application?
Thank you for any help!
The text was updated successfully, but these errors were encountered: