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

  • 相关阅读:
    chrome webkitappearance
    图片占用内存
    javascript性能优化repaint和reflow
    vim 系统剪切板
    CSS选择符的命名(转载)
    relative 内部 margin
    中国软件企业
    dom元素排序
    shell
    tips for asm
  • 原文地址:https://www.cnblogs.com/yuqt/p/5151583.html
Copyright © 2011-2022 走看看