SootTutorial
SootTutorial copied to clipboard
A step-by-step tutorial for Soot (a Java static analysis framework)
java.lang.RuntimeException: None of the basic classes could be loaded! Check your Soot class path!
I am getting this error on running ./gradlew check. Where should I set the Soot class path? What would be going wrong here?
Instead of expecting containers approach, it would be nice to support direct Gradle on windows, this way number of steps required would be less.
doc can be bettered to include all these info use Powershell set-variable -name DISPLAY -value 172.17.0.3:0.0 docker run -ti --rm -e DISPLAY=$DISPLAY soot_tutorial Inside the docker or some can be...
after run ./gradlew run --args="HelloSoot draw" i got the graphstream, but not nods's name are numbers, like 1->2->3 not the actual stmt in readme r0:xxx -> i0:xx -> $1 xxx...
I was running Points-toAnalysis but unfortunately I could not execute that. Can someone provide me with the command for executing that analysis? Currently I am using this command: ./gradlew run...
When I use the command `./gradlew run --args="AndroidCallGraph CHA draw"` I first customize AndroidCallGraph.java file to my APK, and change the main activity and the other parameters as seen in...
I noticed version of all the `soot-infoflow-xxxx.jar` is 2.8. and i want to update them to 2.10 from [FlowDroid release page](https://github.com/secure-software-engineering/FlowDroid/releases). after that i got a mistake: ``` java Exception...