# droidReverse **Repository Path**: stars-rivers/droidReverse ## Basic Information - **Project Name**: droidReverse - **Description**: reverse engineering tools for android(android 逆向工程工具集) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-19 - **Last Updated**: 2022-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # droiReverse ### [English Edition](https://github.com/Juude/droidReverse/blob/master/README-EN.md) ### 这是一个android反编译工具的合集 + [apktool](https://ibotpeaches.github.io/Apktool/): + 编译res资源 + 转成smali + 将修改后的smali回编译为apk + [dex2jar](https://github.com/pxb1988/dex2jar): + dex转为jar工具 + 转成smali并且回编译 + [jd-gui](http://jd.benow.ca/): + 用来查看反编译.class文件 + 支持Eclipe和IntelliJ扩展 + 有漂亮的gui界面 ![](http://jd.benow.ca/img/screenshot17.png) + [jadx-gui](https://github.com/skylot/jadx/tree/master/jadx-gui/src/main/java/jadx/gui): + 方便的jadx工具,可以直接反编译apk + 与jd-gui有类似的界面 ![](https://camo.githubusercontent.com/bd3c0ea851c23c4535e43590a86c940a0786faa6/687474703a2f2f736b796c6f742e6769746875622e696f2f6a6164782f6a6164782d6775692e706e67) + [androguard](https://github.com/androguard/androguard): + 使用DAD作为反编译器 + 可以分析恶意软件 + 有python api,可以写扩展 + **支持可视化** ![](https://raw.githubusercontent.com/Juude/droidReverse/master/art/guard.png) + [enjarfy](https://github.com/google/enjarify): + google的反编译工具 + 可以将dalvik bytecode转化为java bytecode + 比dex2jar支持case更多 + [jeb](https://www.pnfsoftware.com/) + 商业反编译软件(有demo版本免费) + 强大的将bytecode转为java代码的能力,对于循环等处理的很好 + **支持动态编辑,重命名,添加新package等** + 支持python的api扩展 + [codeinspect](http://sseblog.ec-spride.de/tools/codeinspect/) + 支持调试 + 可以IDE中编辑反编译后文件 + [https://bytecodeviewer.com/](https://bytecodeviewer.com/)   + 集成了J-RET,JHexPane, Dex2Jar等多个反编译工具 + [ClassyShark](https://github.com/google/android-classyshark) + Google的apk查看工具 + 可以分析出apk的结构以及依赖信息 ### Follow Me + [Weibo](http://weibo.com/evoluter/)