zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    android 显示自定义视图对话框
    android为按钮事件进行监听过程
    实验三
    实验二
    实验一
    第五次作业
    第四次作业
    第三次作业
    第二次作业
    第一次作业
  • 原文地址:https://www.cnblogs.com/yuqt/p/5151583.html
Copyright © 2011-2022 走看看