apktoolThe official version is an apk resource extraction tool often used when operating Android decompilation. The latest version of apktool can not only view and extract the source code, pictures, XML configuration, and language resources in the apk, but can also repackage and decompile the resources. andapktoolIt can also support multiple functions such as compilation, decompilation, and signature. Huajun Software Park provides apktool software download service. To download other versions of apktool software, please go to Huajun Software Park!
apktool software functions
1. Decompile .apk
Decompile the .apk file.
2. Rebuild.apk
Rebuild the .apk file based on the directory obtained by decompiling the .apk.
3. Signature.apk
Sign the .apk file.
4. Optimization.apk
Optimize .apk files.
5. framework-res.apk tool
realizing the installation and management of framework-res.apk.
6. Convert .apk to .jar
Convert .apk files to .jar files.
7. Convert .dex to .jar
Convert .dex files to .jar files.
apktool software features
1. ApkToolBox Studio provides dex decompilation function
2. Can help users modify dex data on the computer
3. The decompilation process is simple, and the compiled data can be saved separately.
4. It also supports the odex decompilation function to easily restore development data
5. All functions of this software are displayed on the main interface
6. The software interface is in Chinese. I believe you will know how to use it when you open the software.
apktool installation steps
1. Download apktool from Huajun Software Park and get a software compressed package.
2. Then decompress the software compressed package and obtain ApkToolkit.exe.
3. Finally, double-click to open ApkToolkit.exe and you can use it.
How to use apktool
Open the command line interface (run-CMD), navigate to the apktool folder, and enter the following command: apktool.bat d -f test.apk test
(The test.apk in the command refers to the full name of the APK file to be decompiled, and test is the name of the directory where the decompiled resource files are stored, which is: apktool.bat d -f [apk file
] [output folder])
说明获取成功,之后发现在文件夹下多了个test文件,点击便可以查看该应用的所有资源文件了。
If you want to repackage the decompiled file into an apk, then you can: enter apktool.bat b test (the folder you compiled).
After that, you can find 2 more folders under the previous test file:
Build
dist (the packaged APK file is stored in it)
Comparison of similar software
java decompiler tool (java decompiler)It implements the highlight coloring function of eclipse, multi-file tag browsing, and the Java decompilation tool can also easily decompile .class files generated by Java5 and above. The software interface is friendly and the operation is very simple. The Java decompilation tool is a very practical tool.
CFR decompilation assistantThe official version is a very professional and practical jar decompilation software. The core is CFR, which can decompile .jar files, decompile and reproduce java files and other functions! It is also very simple to operate! It is very suitable for staff engaged in development and programming!
apktool update log
1. Recompile apktool to greatly enhance the success rate of .apk reconstruction and decompilation.
2. Automatically detect JDK 6/7 environment.
3. Remove the decompile and rebuild .dex functions.
4. Update aapt.exe to the latest version.
5. Update zipalign.exe to the latest version.
6. Optimize and streamline based on the previous version.
7. Added usage statistics function.
8. Officially released to the public.
Huajun editor recommends:
apktoolThe latest version can not only view and extract the source code, pictures, XML configuration, and language resources in the apk, but also repackage and decompile the resources. After seeing the introduction provided by the editor of Huajun Software Park above, are you ready to take action? Then download apktool and use it quickly.