FlowDroid icon indicating copy to clipboard operation
FlowDroid copied to clipboard

Can I use FlowDroid in libraries?

Open murataksuu opened this issue 2 years ago • 1 comments

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?

murataksuu avatar Jul 23 '22 20:07 murataksuu

FlowDroid can process Java code. The test cases in the soot-infoflow module are entirely based on Java, not Android. You can use them as an example.

StevenArzt avatar Jul 25 '22 15:07 StevenArzt