http://java.decompiler.free.fr/
The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.
JD-Core
i
s a freeware library that reconstructs Java source code from one or
more “.class” files. JD-Core may be used to recover lost source code
and explore the source of Java runtime libraries. New features of Java
5, such as annotations, generics or type “enum”, are supported. JD-GUI
includes JD-Core library.
JD-GUI
is a standalone graphical
utility that displays Java source codes of “.class” files. You can
browse the reconstructed source code with the JD-GUI for instant access
to methods and fields.
JD-Eclipse
is a plug-in for the
Eclipse platform. It allows you to display all the Java sources during
your debugging process, even if you do not have them all.
JD-Core,
JD-GUI and JD-Eclipse are free for non-commercial use. This means that
JD-Core, JD-GUI and JD-Eclipse shall not be included or embedded into
commercial software products. Nevertheless, these projects may be
freely used for personal needs in a commercial or non-commercial
environments.
分享到:
相关推荐
JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA反编译工具JAVA...
Java反编译工具是程序员在开发和调试过程中经常会用到的一种实用软件,它能够将已编译的Java字节码(.class文件)转换回源代码格式,这对于查看和理解第三方库或者研究已有的二进制代码非常有帮助。本绿色版的Java反...
java 反编译工具java 反编译工具java 反编译工具java 反编译工具
此时,就需要用到反编译工具,而jd-gui就是这样一款强大的JAVA反编译工具。它以其简单易用、功能齐全的特点,深受广大开发者喜爱。 首先,jd-gui是一款开源的Java反编译工具,能够将字节码还原为接近原始的Java源...
这款名为“咖啡图形的java反编译工具”很可能是一款界面友好的图形化工具,专为简化这个过程而设计。 Java字节码是一种中间语言,由Java编译器生成,可以在任何支持Java虚拟机(JVM)的平台上运行。然而,由于字节...