命令行使用
参考实现:Introduction: Soot as a command line tool
下载地址:https://soot-build.cs.uni-paderborn.de/public/origin/master/soot/soot-master/
输入以下命令验证一下即可,会有一些提示信息
java -cp sootclasses-trunk-jar-with-dependencies.jar soot.…
In Jimple, parameter values and the this reference are assigned to local vari- ables using IdentityStmt’s e.g. the statements i0 : parameter0: int; and r0 : this: Foo in the bar method. By using IdentityStmt’s it is ensured that all local variables have …