-
-
Save manparvesh/c950d5e51b4372bccb5d9741b9f971cd to your computer and use it in GitHub Desktop.
Running soot static analysis tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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