Soot命令简要记录
$ java -cp sootclasses-trunk-jar-with-dependencies.jar soot.Main -cp . -pp A B
其中 -cp . 是添加待处理类路径
-pp stands for “prepend path” and
it means that Soot automatically adds the following to it’s own classpath (in that order):
the contents of your current CLASSPATH variable,
${JAVA_HOME}/lib/rt.jar, and
if you are in whole-program mode (i.e. the –w option is enabled; more to come) then it also adds ${JAVA_HOME}/lib/jce.jar