Giter VIP home page Giter VIP logo

android-reverse's Introduction

安卓逆向工具汇总 / Awsome Android Reverse Tools

脱壳 / Unshell

  • FDex2
    • 安卓xposed脱壳工具
    • 通过Hook ClassLoader的loadClass方法,反射调用getDex方法取得Dex(com.android.dex.Dex类对象),再将里面的dex写出
    • 安卓4.4以上的手机或模拟器
    • 其它看软件提示
  • FART
    • ART环境下自动化脱壳方案
    • 支持6.0到8.0,理论支持任意ART系统,需要刷机
    • 更多的脱壳机镜像AndroidSecurityStudy

so库 / Native

  • IDA Pro
    • 目前最棒的反编译软件(商业软件,网上可以找到破解版,真有能力的建议支持下正版)
    • 支持 java、native
    • 支持动态调试
  • Frida:
    • 代码插桩工具
    • 使用Python提供API,用JavaScript编写hook代码
    • 支持hook java层
    • 支持hook native 层
  • Ghidra
    • 由美国国家安全局(NSA)研究部门开发的软件逆向工程(SRE)套件
    • 支持Windows、Mac OS和Linux
    • 功能包括反汇编,汇编,反编译,绘图和脚本等
    • [翻译]Ghidra简介

带界面的工具 / GUI Tools

  • jeb

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

    • 方便的jadx工具,可以直接反编译apk
    • 与jd-gui有类似的界面
    • 支持全局搜索
  • GDA

    • 国人开发的字节码反编译工具
    • 支持 APK、DEX、ODEX、oat
  • ClassyShark

    • Google的apk查看工具
    • 可以分析出apk的结构以及依赖信息
  • jd-gui:

    • 用来查看反编译.class文件
    • 支持Eclipe和IntelliJ扩展
    • 有漂亮的gui界面

  • androguard:

    • 使用DAD作为反编译器
    • 可以分析恶意软件
    • 有python api,可以写扩展
    • 支持可视化
  • codeinspect

    • 支持调试
    • 可以IDE中编辑反编译后文件
  • BytecodeViewer

    • 集成了J-RET,JHexPane, Dex2Jar等多个反编译工具

命令行工具 / Command Line Tools

  • apktool:

    • 编译res资源
    • 转成smali
    • 将修改后的smali回编译为apk
  • enjarfy

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

    • dex转为jar工具
    • 转成smali并且回编译
  • smali/baksmali/smalidea

    • 将dex反编译成smali
    • 将smali回编译成dex
    • AndroidStudio调试smali代码
  • icodetools

    • 动态插入log代码到apk中的每个方法中的工具
    • 只支持JDK1.7以及以下版本编译器
  • AXmlPrinter2

    • 反编译Androidmanifest.xml的工具
    • 反编译后的结果会输出到控制台
    • 当前已经很少使用了

抓包 / Web Debugging Proxy

插件 / Plugin

  • java2smali
    • Android Studio插件
    • 支持将java和Kotlin文件编译成smali文件

游戏 / Games

工具下载 提取码: 3afd

android-reverse's People

Contributors

wufengxue 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.