Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Juude authored May 21, 2017
1 parent 1a4b7d6 commit 5cfd0b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
### [English Edition](https://github.com/Juude/droidReverse/blob/master/README-EN.md)
### 这是一个android反编译工具的合集
+ [apktool](https://ibotpeaches.github.io/Apktool/):
+编译res资源

+ 编译res资源
+ 转成smali
+ 将修改后的smali回编译为apk
+ [dex2jar](https://github.com/pxb1988/dex2jar):

+ dex转为jar工具
+ 转成smali并且回编译
+ [jd-gui](http://jd.benow.ca/):
Expand All @@ -17,10 +19,12 @@
![](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,可以写扩展
Expand Down

0 comments on commit 5cfd0b8

Please sign in to comment.