搜索资源列表
apk反编译的工具
- apk反编译的工具,可以看到java源码,附我整理的使用方法和一个例子-apk decompilation tools, you can see java source code, I am finishing with an example using the methods and
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..
Gapktoolv1.2
- 图形界面,集成了apktool1.4 dex2jar jd-gui-0.3.3 jad 1.5.8g 的 APK 反编译工具。需要jre环境运行。 默认使用jad反编译,如果编译出来的java代码难以阅读,请选择使用jd-gui反编译。 保留smali文件删除gen、src修改res里的文件后可以重修打包成apk使用。 -Graphical interface, integrated apktool1.4 dex2jar j
ApkTool
- apktool是apk反编译工具能够反编译及回编译apk,同时安装反编译系统apk所需要的fr a mework-res框架,清理上次反编译文件夹等功能。-apktool is apk decompile tool to decompile back compile apk installed at the same time the fr a mework-res fr a mework the decompilation syste
android-apk-decompile
- 反编译android apk,包含反编译工具和步骤说明文档。-Decompile android apk, decompile contains tools and procedures documentation.
APK-tools
- android .apk反编译工具.很实用,供参考.-android .apk decompiling tool is very useful for reference.
APK-decompilation-tool-v1.6
- Android 反编译工具,用于反编译android apk。-Android decompilation tool for decompiling android apk.
APKTool
- apktool是apk反编译工具能够反编译及回编译apk,同时安装反编译系统apk所需要的fr a mework-res框架-Apktool is apk decompiling tools can be decompiled and back to compile apk, at the same time needed to install apk decompiling system fr a mework- res fr a m
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)
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)
ApkDecode
- apk反编译工具,用于apk的反编译,用于逆向工程(apkdecode for apk's decode for everyone , you can reverse your project)
反编译工具
- 这款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