Skip to content

Commit d7ed8ce

Browse files
committed
修改反编译工具link格式
1 parent c26293b commit d7ed8ce

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

README.md

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -478,31 +478,36 @@ C/C++开发Android应用工具包
478478
| [gradle-1.7-all.zip](http://pan.baidu.com/s/1pJnvyWz) |
479479

480480
#### 反编译工具
481-
[JEB - The Interactive Android Decompiler](http://www.android-decompiler.com/index.php)
482481

483-
[Virtuous Ten Studio](http://virtuous-ten-studio.com)
484-
485-
[apk文件修改工具 Root Tools](https://github.com/Stericson/RootTools)
486-
487-
[dex文件反编译工具 Dedexer](http://dedexer.sourceforge.net)
488-
489-
[APK+Dex文件反编译及回编译工具(APKDB)](http://idoog.me)
490-
491-
[onekey-decompile-apk](https://code.google.com/p/onekey-decompile-apk/)
492-
493-
[android-apktool](https://code.google.com/p/android-apktool/)
494-
495-
[baksmali](https://code.google.com/p/smali/downloads/detail?name=baksmali)
496-
497-
[smali](https://code.google.com/p/smali/)
498-
499-
[AXMLPrinter2](https://android4me.googlecode.com/files/AXMLPrinter2.jar)
500-
501-
[JAD Java Decompiler](http://varaneckas.com/jad/)
502-
503-
[JD-GUI Decompiler](http://)
504-
505-
[XJad V2.2](http://files.cnblogs.com/arix04/XJad_V2.2.rar)
482+
| 名称 | 下载地址 | 使用教程 |
483+
|:------------------------------|:--------------------------------:|:---------------:|
484+
| JEB Android Decompiler | [下载][JEB] | |
485+
| Virtuous Ten Studio | [下载][Virtuous Ten Studio] | |
486+
| Apk文件修改工具Root Tools | [下载][apk文件修改工具Root Tools] | |
487+
| Dex文件反编译工具Dedexer | [下载][dex文件反编译工具Dedexer] | |
488+
| APK+Dex文件反编译及回编译工具 | [下载][APK+Dex文件反编译及回编译工具] | |
489+
| android-apktool | [下载][android-apktool] | |
490+
| Onekey Decompile Apk] | [下载][onekey-decompile-apk] | |
491+
| Baksmali | [下载][baksmali] | |
492+
| Smali | [下载][smali] | |
493+
| AXMLPrinter2 | [下载][AXMLPrinter2] | |
494+
| JAD Java Decompiler | [下载][JAD Java Decompiler] | |
495+
| JD-GUI Decompiler | [下载][JD-GUI Decompiler] | |
496+
| XJad V2.2 | [下载][XJad V2.2] | |
497+
498+
[JEB]:http://www.android-decompiler.com/index.php
499+
[Virtuous Ten Studio]:http://virtuous-ten-studio.com
500+
[apk文件修改工具Root Tools]:https://github.com/Stericson/RootTools
501+
[dex文件反编译工具Dedexer]:http://dedexer.sourceforge.net
502+
[APK+Dex文件反编译及回编译工具]:http://idoog.me
503+
[onekey-decompile-apk]:https://code.google.com/p/onekey-decompile-apk/
504+
[android-apktool]:https://code.google.com/p/android-apktool/
505+
[baksmali]:https://code.google.com/p/smali/downloads/detail?name=baksmali
506+
[smali]:https://code.google.com/p/smali/
507+
[AXMLPrinter2]:https://android4me.googlecode.com/files/AXMLPrinter2.jar
508+
[JAD Java Decompiler]:http://varaneckas.com/jad/
509+
[JD-GUI Decompiler]:http://
510+
[XJad V2.2]:http://files.cnblogs.com/arix04/XJad_V2.2.rar
506511

507512
#### 安全工具
508513
[APKfuscator](https://github.com/strazzere/APKfuscator)

0 commit comments

Comments
 (0)