首页 > 编程语言 > 详细

Java Decompiler

时间:2014-05-09 05:21:17      阅读:403      评论:0      收藏:0      [点我收藏+]
  1. http://jd.benow.ca/
  2. 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 and JD-IntelliJ 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 Decompiler,布布扣,bubuko.com

Java Decompiler

原文:http://www.cnblogs.com/dmdj/p/3715946.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!