找回密码
 立即注册
jarThedex编译 | android开发 2022-11-10 95 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android开发反编译一、Apk反编译得到Java源代码下载反编译工具包,打开apk2java目录下的dex2jar-0.0.9.9文件夹,内含apk反编译成java源码工具,以及源码检测工具。dex2jar:apk反编译工具,是将apk中的classes.dex转化成jar文件jdgui:源码检测工具,是一个反编译工具,可以直接检测反编译后的jar包源代码具体步骤:首先将apk文件后缀改为zip并解压,得到其中的classes.dex,它就是java文件编译再通过dx工具打包而成的,将classes.dex复制到dex2jar.bat地点目录dex2jar-0.0.9.9文件夹。在命令行下定位到dex2jar.bat地点目录,运行dex2jar.batclasses.dex生成classes_dex2jar.jar然后,进入jdgui文件夹双击jd-gui.exe,打开上面生成的jar包classes_dex2jar.jar,即可看到源代码本资料共包括以下附件:

(Android development decompilation 1. The Java source code download decompilation kit is obtained by decompilating Apk. Open the dex2jar-0.0.9.9 folder under the apk2java directory, which contains the apk decompilation tool to java source code and the source code detection tool. Dex2jar: The apk decompilator tool is used to decompile the classes in apk Jdgui: a source code detection tool that can directly detect the source code of the decompiled jar package. Specific steps: First change the suffix of the apk file to zip and decompress it to get the classs.dex, which is compiled by java files and then packaged by the dx tool. Copy the classs.dex to the dex2jar.bat location directory, the dex2jar-0.0.9.9 folder. Locate the directory of dex2jar.bat at the command line, and run dex2jar.batclasses.dex to generate classes_ Dex2jar.jar Then, enter the jdgui folder, double-click jd-gui.exe, and open the jar package classes generated above_ Dex2jar.jar, you can see the source code. This document includes the following attachments:)

[下载]14125726243.rar




上一篇:Tabhost
下一篇:Android应用源码高仿微信5.2内测版UI项目