Skip to content

Instantly share code, notes, and snippets.

@manparvesh
Created October 13, 2019 23:33
Show Gist options
  • Save manparvesh/c950d5e51b4372bccb5d9741b9f971cd to your computer and use it in GitHub Desktop.
Save manparvesh/c950d5e51b4372bccb5d9741b9f971cd to your computer and use it in GitHub Desktop.
Running soot static analysis tool
#!/bin/sh
# download the jar file with dependencies from soot github repo
# path to rt.jar can be different in your system and also for different java versions. I am using Java 8
java -cp ~/Downloads/sootclasses-trunk-jar-with-dependencies.jar soot.Main -cp /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:$PWD $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment