首先要下载工具:http://download.csdn.net/download/ysl_ali/10044728 第一步:下载该zip包,,解压密码:ysl12345 然后解压,得到dex2jar-2.0和jd-gui两个文件 第二步:然后在把你需要反编译的apk包,后缀名改成zip,再解压,得到相应的解压文件 第三步:找到你解压后的文件里面的classes.dex文件,同时打开dex2jar.....
dex2jar is cross-platform and it works on Mac OS X, Windows and Linux. Detailed instructions on how to install and use the dex2jar utility on your Mac are available HERE. System requirements Java DOWNLOAD dex2jar 2.4 Tags Android .dex Dex to jar Read dex Android . Dex Jar Read ...
Windows go to releases page to download file or download source code. add TTDedroid\bin directory absolute path to PATH system variable. then you can execute command for decompile *.apk/*.aar/*.dex/*.jar anywhere, GUI will be opened automatically. showjar test.apk Mac/Linux run following...
apktool-install-windows所在的文件夹,输入apktool,出现一些命令说明即成功安装。 5.使用方法一:apktooldXXX.apk反编译XXX.apk6.使用方法二:反编译至指定文件夹:apktoold...安装使用步骤如下:1.首先安装需要JAVA环境,先下载JDK/JRE,已经有JAVA环境的可跳过此步。2.到code.google上下载apktool.jar以及相关文件。
Windows go to releases page to download file or download source code. add TTDedroid\bin directory absolute path to PATH system variable. then you can execute command for decompile *.apk/*.aar/*.dex/*.jar anywhere, GUI will be automatically opened. showjar test.apk Mac/Linux run following...
https://www.cjavapy.com/download/5e8b2bebdc72d90263e632ca/ Llinux和Mac需要将脚本文件和apktool.jar放到/usr/local/bin目录下,也可以将文件所在目录添加到环境变量中。 Windows需要将bat脚本文件和apktool.jar放到C://Windows目录下,也可以将文件所在目录添加到PATH环境变量中。
1.下载并解压以下两款工具 dex2jar 这个工具用于将dex文件转换成jar文件 下载地址:http://sourceforge.net/projects/dex2jar/files/ jd-gui 这个工具用于将jar文件转换成java代码 下载地址:http://jd.benow.ca/ 在JD-GUI栏中,点击Download,如果是windows平台就点击jd-gui-windows-...dex...
supaplex@supaplex-gtx760m:~/Downloads/danger/dex2jar$ ./dex-tools/build/generated-sources/bin/d2j-dex2jar.sh -f ~/Downloads/danger/Facebook.apk Error: Could not find or load main class com.googlecode.dex2jar.tools.Dex2jarCmd Did a fresh ...
首先要下载工具:http://download.csdn.net/download/ysl_ali/10044728 第一步:下载该zip包,,解压密码:ysl12345 然后解压,得到dex2jar-2.0和jd-gui两个文件 第二步:然后在把你需要反编译的apk包,后缀名改成zip,再解压,得到相应的解压文件 第三步:找到你解压后的文件里面的classes.dex文件,同时打开dex2jar.....
Command line and GUI tools for produce Java source code from Android Dex and Apk files Downloads unstable fromgithub fromsourceforge Building from source git clone https://github.com/skylot/jadx.git cd jadx ./gradlew dist (on Windows, usegradlew.batinstead of./gradlew) ...