secure-software-engineering / FlowDroid

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

Can I use FlowDroid in libraries? #494

Open murataksuu opened 2 years ago

murataksuu commented 2 years ago

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?

StevenArzt commented 2 years ago

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.