soot的安安装与使用

soot 工具是一个可以分析多种源代码的工具,可以进行插桩,最新版本可对android apk文件,进行相应的分析
以往可以直接在eclipse里面在线安装。

soot(A framework for analyzing and transforming Java and Android Applications)主页
http://sable.github.io/soot/

在线自动安装:

安装完eclipse之后,打开eclipse,并且安装soot插件。

进eclipse,点help,点install new software 点add
location框里输http://sable.github.io/soot/eclipse/ 
点ok ,等待安装。

如果不成功,可以试一试手动安装,我没有试过。
手动安装插件说明:
https://github.com/Sable/soot/tree/develop/eclipse/ca.mcgill.sable.soot

http://blog.csdn.net/beswkwangbo/article/details/41172219

http://www.bodden.de/2008/08/30/soot-eclipse-plugin-tutorial/

看参考资料

https://github.com/Sable/soot/wiki/Introduction:-Soot-as-a-command-line-tool

http://www.bodden.de/2008/08/21/soot-command-line/#obtaining

http://blog.csdn.net/dos_santos/article/details/43230743

http://www.cnblogs.com/quyu/category/325092.html

上一篇:Java之面向对象相关问题集


下一篇:EL表达式jsp页面double小数点后保留两位