Java Decompiler(Java反编译工具)

Java Decompiler官网地址:http://jd.benow.ca/

官网介绍如下:

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

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.

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-IntelliJ is a plug-in for... the IntilliJ IDE.

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

Java Decompiler是Java语言的反编译工具,目前提供了:图形界面化的工具、Elipse插件、Intellij Idea插件。都可以从官网http://jd.benow.ca/下载,也可以从本人的网盘https://pan.baidu.com/s/1bppNToj下载

官网的下载入口如下图

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

Eclipse开发平台插件:

Intellij  Idea开发平台插件:

点赞
收藏

评论区

加载中...

相关推荐

手写Java HashMap源码

HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22

Scala环境搭建及Intellij IDEA安装

1.JDK官网地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk8downloads2133151.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.oracle.com%2Ftechnetw

Apache Thrift的使用

Thrift是什么,看这里:http://thrift.apache.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fthrift.apache.org%2F)1.从官网下载thrift  Thrift官网:http://thrift.apache.org/(

Flume sink Kafka Spout Storm Bolt Hbase or Redis (Flume)

Flume可以应用于日志采集.在本次的介绍中,主要用于采集应用系统的日志,将日志输出到kafka,再经过storm进行实施处理.我们会一如既往的光顾一下flume的官网,地址如下:flume官网(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fflume.apache.org%2F

Redmine3.4.2安装记(Win10+MySql)

一、准备工具1.  redmine包,官网(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.redmine.org%2F)下载redmine3.4.2.zip(https://www.oschina.net/action/GoToLink?urlht

Java利用QRCode.jar包实现二维码编码与解码

QRcode是日本人94年开发出来的。首先去QRCode的官网http://swetake.com/qrcode/java/qr\_java.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fswetake.com%2Fqrcode%2Fjava%2Fqr_java.html),把