博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Java Decompiler(Java反编译工具)
阅读量:6720 次
发布时间:2019-06-25

本文共 1174 字,大约阅读时间需要 3 分钟。

Java Decompiler官网地址:

 

官网介绍如下:

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插件。都可以从官网下载,也可以从本人的网盘下载

 

官网的下载入口如下图

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

Eclipse开发平台插件:

 

Intellij  Idea开发平台插件:

 

转载于:https://www.cnblogs.com/TOLLA/p/9646416.html

你可能感兴趣的文章
android 获得已安装应用
查看>>
REAPER Audio May Be Coming To Linux(专业的音频工作站)
查看>>
jquery 定位
查看>>
幻日奇观 黑龙江现“三个太阳”
查看>>
“可视化”人工神经网络揭示细胞内部活动
查看>>
perl高水线算法
查看>>
ES权威指南[官方文档学习笔记]-5---talking to elasticsearch
查看>>
性能测试中“并发度”的意义
查看>>
产品经理基本素养
查看>>
PyCharm3.0默认快捷键(翻译的)
查看>>
python3环境安装方法
查看>>
基于php常用函数总结(数组,字符串,时间,文件操作)
查看>>
我的友情链接
查看>>
正则表达式
查看>>
struts2中的国际化
查看>>
python math算法库 决策树生成图片
查看>>
cisco switch ip mac 绑定
查看>>
Android判断程序是否第一次运行
查看>>
更改SSH端口号
查看>>
char** 和malloc
查看>>