搜索资源列表
classes.dex.dex2jar.jar
- 这是一个凡客的客服端,里面带有界面的图片,可以通过图片来体现出效果。-This is a customer service where the customer side, which interfaces with the picture, you can picture to reflect the results.
classes.dex.dex2jar
- android系统中使用的超级邮箱的源代码,需要使用JD-GUI.EXE软件查看源代码。(将后缀变为.jar后使用JD-GUI.EXE)-super android system used in the source code of the mailbox, you need to use the JD-GUI.EXE software to view the source code. (The suffix into. Jar after using the JD-GUI.EXE)
DexClassLoader
- Provides a simple ClassLoader implementation that operates on a list of jar apk files with classes.dex entries.
xiangqi
- 1 并将这个文件拷至dex2jar工具存放目录下 使用cd指令进入到dex2jar工具存放的目录下, 命令: dex2jar.bat classes.dex 2 上一步中生成的classes.dex.dex2jar.jar文件,可以通过JD-GUI工具直接打开查看jar文件中的代码-chinese chess
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-gui.exe,打开上面生成的jar包classes_dex