Giter Club home page Giter Club logo

agst3's Introduction

agst3

Androguard for Sublime Text 3

代码来自 as-st-1.9 ,此版本是 Sublime Text 2 的插件。

但是此插件无法在 Sublime Text 3 上面正常使用,原因如下:

  1. 由于 Sublime Text 3 内置 Python3.3,和之前 Sublime Text 2 使用的 Python2.X 不兼容,插件使用的是 2.X 的语法
  2. 由于 Sublime Text 3 把插件的文件夹作为 module,所以插件 from ... import 会提示 ImportError: No module named xxx,找不到 module

原因找到了,那么想要原插件能运行在 Sublime Text 3 上面,需要:

  1. 使用 Python 内置的 2to3 进行代码兼容,此工具处理不了的,手动修改
  2. 修改 from ... import ,加上文件夹名称

此插件的修改工作放在工作之余,更新较慢,敬请期待正式可用版本。

日志

2017-03-08

  • 确立需要做的基本工作任务,
  • 找到合适的工具。

2017-03-09

  • 使用工具 2to3 完成代码升级
  • 完成包名引用问题
  • 发现运行卡死问题,但无法获取错误详情,寻找 Debug 工具

agst3's People

Contributors

likfe avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.