搜索资源列表
apk反编译的工具
- apk反编译的工具,可以看到java源码,附我整理的使用方法和一个例子-apk decompilation tools, you can see java source code, I am finishing with an example using the methods and
apktool1.4.1
- 可以把android apk包反编译的好东西-Android apk package can be a good thing decompile
apktool
- apk反编译的一个工具,附我整理的使用方法-apk decompile a tool to use with my order
APK
- APK文件为压缩包,解压缩后会有XML,DEX等文件,也是Android开发的源文件,但XML和DEX文件都是经过编译的文件,网上也下载到相关的反编译工具,但不能解决批量反编译的问题,所以本程序就此诞生,运行本程序,可以搜索此-APK file is compressed, decompressed will be XML, DEX and other documents, but also developed Android sour
Apk-Decompiler-Tool
- Apk反编译工具,能够反编译Android应用软件.-An Apk decompile tool, can decompile the Android application software.
APK-Tool
- 这是android的APK反编译的工具之一,之后还会上传其它的工具。这是很好的反编译工具,但是反编译后的代码不能直接拿来用-This is the android APK decompilation tools, and also upload other tools. This is a good tool to decompile, but the decompiled code can not be directly used..
APK-tools
- android .apk反编译工具.很实用,供参考.-android .apk decompiling tool is very useful for reference.
dex2jar-0.0.9.15
- 反编译android 源码,反编译后需要通过jd-gui.exe 可以看到jar 文件中的代码(transformation android apk source code)
apk反编译
- Android 系统 apk反编译的方法(Apk decompile method of Android system)
AndroidMultitool
- apk反编译软件经本人测试实用价值比较高,可以用(Apk decompile software)
dex2jar-0.0.7-SNAPSHOT
- 反编译工具,可以和jd-gui-0.3.3.windows.zip一起使用反编译android程序(Decompile tools that can be used with jd-gui-0.3.3.windows.zip to decompile Android programs)
APK反编译工具包v1.6
- 反编译个工具,可以将Android安装文件apk进行反编译(anti-compile tool for Android install file apk)
Android APK反编译就这么简单详解(图文详解.rtfd
- Android APK反编译就这么简单详解图文详解(Android APK recompiling is so simple to detail the details of the graph and text)
apk反编译
- 首先将apk文件后缀改为zip并解压,得到其中的classes.dex,它就是java文件编译再通过dx工具打包而成的,将classes.dex复制到dex2jar.bat所在目录dex2jar-0.0.9.9文件夹。 在命令行下定位到dex2jar.bat所在目录,运行 dex2jar.bat classes.dex 生成 classes_dex2jar.jar 然后,进入jdgui文件夹双击jd-
AndroidKiller
- APK文件反编译工具,下载后自行设置SDK,替换最新版本apktool工具包!(APK file decompile tool, download the SDK after download, replace the latest version of the apktool toolkit!)
ApkToolkit
- ApkToolkit 绿色中文版这款APK反编译工具(ApkToolkit)拥有编译、反编译、签名等功能,对于经常DIY安卓软件的朋友来说,是必不可少的工具。能够支持WIN7系统,但是这款安卓apk反编译工具暂不支持WIN8系统。(Decompile APK program)
apktool
- win平台下的apk反编译软件,使用cmd命令反编译apk文件,提取其中素材(to extract the apk png from the apk app)
反编译工具
- 这款APK反编译工具(ApkToolkit)拥有编译、反编译、签名等功能,对于经常DIY安卓软件的朋友来说,是必不可少的工具。(This APK decompile tool (ApkToolkit) has the functions of compiling, decomcompiling, signing and so on. It is an essential tool for friends who often DIY An
反编译工具dex2_jar
- android apk反编译工具,把apk解压出class.dex,window下使用dex2jar,打开class.dex