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/
时间: 2024-10-17 08:30:33