FlowDroid
FlowDroid copied to clipboard
Two questions about FlowDroid
I wonder whether FlowDroid supports doing taint analysis on .class or .jar file instead of .apk file. If so, how can I set target file. Moreover, I have to perform taint analysis which involves different level of source and sink, so I wonder whether FlowDroid supports level-based taint analysis. Thanks a lot.
FlowDroid supports JAR and class files. Have a look at the JUnit test cases inside soot-infoflow, they are all based on pure Java.