FlowDroid
FlowDroid copied to clipboard
Can I use FlowDroid in libraries?
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?
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.