Coder Social home page Coder Social logo

droidreverse's Introduction

#droiReverse

###这是一个android逆向工程工具的合集

  • apktool: 转成smali,以及反编译res资源

  • dex2jar: dex转为jar工具

  • jd-gui:

    • 用来查看.class文件

    • 有漂亮的gui界面

  • jadx-gui:

    • 方便的jadx工具,可以直接反编译apk
    • 使用方法jadx-gui x.apk
  • androguard:

    • 可用python配置的反编译工具
    • 反编译DEX
    • 反编译资源
  • enjarfy

    • google的反编译工具
    • 可以将dalvik bytecode转化为java bytecode
    • 比dex2jar支持case更多
  • jeb

    • 商业反编译软件(有demo版本免费)
    • 强大的将bytecode转为java代码的能力,对于循环等处理的很好
    • 支持动态编辑,重命名,添加新packag等
    • 支持python的api扩展

###TODO

  1. 添加脚本,将所有工具加入到系统变量中
  2. 使用git submodule
  3. 英语翻译

##This project contain multiple tools for android reverse engineering

  1. apktool: https://code.google.com/p/android-apktool
  2. dex2jar: code.google.com/p/dex2jar
  3. jd-gui : jd.benow.ca/

droidreverse's People

Contributors

juude avatar

Watchers

 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.