一、工具名称

官网:http://jd.benow.ca/

Java Decompiler

二、官网介绍

中文是我找百度翻译的

The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.

“Java反编译程序”旨在开发工具以反编译和分析Java 5“字节代码”和后续版本。

JD-Core is a 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 and JD-Eclipse include JD-Core library.

JDCype是一个从一个或多个“.class”文件中重构Java源代码的库。JD CARE可用于恢复丢失的源代码,并探索Java运行时库的来源。支持Java 5的新特性,如注释、泛型或类型“EnUM”。JD GUI和JD Eclipse包含JD核心库。

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.

JDGUI是一个独立的图形工具,它显示了“.class”文件的Java源代码。您可以使用JD-GUI浏览重构的源代码,以便立即访问方法和字段。

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 Eclipse是Eclipse平台的插件。它允许您在调试过程中显示所有Java源代码,即使您没有所有这些Java源代码。

JD-IntelliJ is a plug-in for... the IntilliJ IDE.

JD是一个插件…这是我的梦想。

JD-Core, JD-GUI & JD-Eclipse are open source projects released under the GPLv3 License.

JD Cype、JD GUI和JD Eclipse是GPRV3许可证下发布的开源项目。

 

三、工具类型

1、各操作系统的图形界面化工具GUI:

Java反编译工具_Java

2、Eclipse开发平台插件:

Java反编译工具_Java反编译_02

 

3、Intellij  Idea开发平台插件:

Java反编译工具_Core_03

 

 

四、使用介绍

Eclipse离线安装Java Decompiler插件 

Intellij Idea离线安装Java Decompiler插件  

五、使用说明

如果你在官网下载不下来你已经有360的话你可以在360软件管家里面搜索一下然后直接运行

1、点击这里

Java反编译工具_反编译_04

2、选择.class文件

 

Java反编译工具_官网_05

3、导入文件 (这个选择以后会全部导入)

Java反编译工具_Core_06