Soot 命令简要记录

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

上一篇:二级指针相关问题


下一篇:数据预处理