找回密码
 立即注册
编译SNAPSHOTJarDex | android开发 2022-10-29 52 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
反编译Andoird工具集(附反编译过程)用于软件开发人员来说,维护代码安全也是比较重要的要素之一,不过现在来说GoogleAndroid平台选择了JavaDalvikVM的方法使其程序很简单破解和被修复,首要APK文件其实就是一个MIME为ZIP的压缩包,大家修复ZIP后缀名方法可以看到内部的文件框架,相似SunJavaMe的Jar压缩格式一样,不过比较去其他是Android上的二进制代码被编译成为Dex的字节码,一切的Java文件终究会编译进该文件中去,作为保管代码既然虚拟机可以识别,那么大家就可以很轻松的反编译。一切的类调用、涉及到的方法都在里边发挥到,至于逻辑的履行可以通过实时调试的方法来检测,当然这需求借助一些大家自己编写的跟踪程序。Google最然在AndroidMarket上设置了权限维护app-private文件夹的安全,可是终究大家使用修复定值的系统仍然可以获取到需求的文件。总结反编译首要的意图在于学习。利用反编译进行相关的汉化或修复,仍是尽量不要吧,究竟人家写个程序不简单啊!
反编译\dex2jar-0.0.7.11-SNAPSHOT\lib\asm-debug-all-3.2.jar
反编译\dex2jar-0.0.7.11-SNAPSHOT\lib\commons-io-2.0.jar
反编译\dex2jar-0.0.7.11-SNAPSHOT\lib\dex2jar-0.0.7.11-SNAPSHOT.jar
反编译\dex2jar-0.0.7.11-SNAPSHOT\lib\slf4j-api-1.5.6.jar
反编译\dex2jar-0.0.7.11-SNAPSHOT\lib\slf4j-simple-1.5.6.jar
反编译\dex2jar-0.0.7.11-SNAPSHOT\dex2jar-dump.bat
反编译\dex2jar-0.0.7.11-SNAPSHOT\dex2jar-dump.sh
反编译\dex2jar-0.0.7.11-SNAPSHOT\dex2jar.bat
反编译\dex2jar-0.0.7.11-SNAPSHOT\dex2jar.sh
反编译\dex2jar-0.0.7.11-SNAPSHOT\LICENSE.txt
反编译\dex2jar-0.0.7.11-SNAPSHOT\NOTICE.txt
反编译\dex2jar-0.0.7.11-SNAPSHOT\setclasspath.bat
反编译\aapt.exe
反编译\apktool.bat
反编译\apktool.jar
反编译\jd-gui.exe
反编译\反编译过程.txt

(Decompiling the Andoird toolset (with the decompilation process attached) is used by software developers. Maintaining code security is also one of the more important elements. But now Google Android platform has chosen the JavaDalvikVM method to make its programs easy to crack and repair. The first APK file is actually a zip package with MIME as ZIP. You can see the internal file framework by repairing the ZIP suffix, which is similar to the Jar compression format of SunJavaMe, However, the other is that the binary code on Android is compiled into Dex bytecode, and all Java files will eventually be compiled into this file. Since the virtual machine can recognize the safekeeping code, you can easily decompile it. All class calls and methods involved are played in it. The implementation of logic can be detected through real-time debugging. Of course, this requires the help of some tracking programs written by everyone. Google has set permissions on the Android Market to maintain the security of the app private folder, but after all, you can still get the required files using the fixed value system. The primary purpose of summarizing decompilation is to learn. Use decompilation to make relevant localization or repair, or try not to, after all, it is not easy for others to write a program!
Decompiling  dex2jar-0.0.7.11-SNAPSHOT  lib  asm-debug-all-3.2.jar
Decompiling  dex2jar-0.0.7.11-SNAPSHOT  lib  commons-io-2.0.jar
Decompile  dex2jar-0.0.7.11-SNAPSHOT  lib  dex2jar-0.0.7.11-SNAPSHOT.jar
Decompiling  dex2jar-0.0.7.11-SNAPSHOT  lib  slf4j-api-1.5.6.jar
Decompile  dex2jar-0.0.7.11-SNAPSHOT  lib  slf4j-simple-1.5.6.jar
Decompiling  dex2jar-0.0.7.11-SNAPSHOT  dex2jar-dump.bat
Decompiling  dex2jar-0.0.7.11-SNAPSHOT  dex2jar-dump.sh
Decompiling  dex2jar-0.0.7.11-SNAPSHOT  dex2jar.bat
Decompiling  dex2jar-0.0.7.11-SNAPSHOT  dex2jar.sh
Decompile  dex2jar-0.0.7.11-SNAPSHOT  LICENSE.txt
Decompile  dex2jar-0.0.7.11-SNAPSHOT  NOTICE.txt
Decompile  dex2jar-0.0.7.11-SNAPSHOT  setclasspath.bat
Decompile  aapt.exe
Decompiling  apktool.bat
Decompile  apktool.jar
Decompile  jd-gui.exe
Decompile  Decompile Procedure.txt)

[下载]17471902556.rar




上一篇:仿Android QQ实现的QQ顶栏椭圆透明
下一篇:Android日历源码