secure-software-engineering / FlowDroid

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

README outdated wrt. to standalone cmd jar #688

Open mal-tee opened 5 months ago

mal-tee commented 5 months ago

The readme states:

If you only want to use the command-line tool, all you need is the "soot-infoflow-cmd-jar-with-dependencies.jar" file.

But this jar doesn't seem to be available anymore, since the move to maven and the ditch of GH releases. I've tried to use the soot-infoflow-cmd-2.12.0.jar in my .m2 folder as a standalone just for fun, but its missing some dependencies.

StevenArzt commented 5 months ago

You can try to compile FlowDroid on your own:

mvn package -DskipTests