secure-software-engineering / FlowDroid

FlowDroid Static Data Flow Tracker
GNU Lesser General Public License v2.1
1.05k stars 298 forks source link

Two questions about FlowDroid #488

Open Andres981231 opened 2 years ago

Andres981231 commented 2 years ago

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.

StevenArzt commented 2 years ago

FlowDroid supports JAR and class files. Have a look at the JUnit test cases inside soot-infoflow, they are all based on pure Java.