Java 反编译工具几枚(class转java)

Posted zzpblogs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java 反编译工具几枚(class转java)相关的知识,希望对你有一定的参考价值。

 

1.Java Decompiler

Yet another fast Java decompiler.

下载地址:http://jd.benow.ca/#jd-gui-download

一款非常简洁的反编译工具,支持windows、linux和Mac。对应Eclipse插件:

Name:JD-Eclipse Update Site

Location:http://jd.benow.ca/jd-eclipse/update

 

2.DJ Java Decompiler

With DJ Java Decompiler you can decompile java class-files and save it in text or other format. It‘s simple and easy.

下载地址:http://www.neshkov.com/dj.html

优点:建有Java编辑工具;不需要额外安装JVM或是Java SDK;

缺点:没有中文版;每次打开都会提示购买!

 

3.JAD Java Decompiler

Here is a mirror where you can get JAD for various platforms.

下载地址:http://varaneckas.com/jad/

 

4.Java Optimize and Decompile Environment (JODE)

JODE is a java package containing a decompiler and an optimizer for java.

下载地址:http://jode.sourceforge.net/

JODE包含一个Java混淆器与一个Java优化器。通过一个脚本文件可以控制Class文件的多种优化方式。Eclipse插件:

Name:Jode Decompliter

Location:http://www.technoetic.com/eclipse/update

 

以上是关于Java 反编译工具几枚(class转java)的主要内容,如果未能解决你的问题,请参考以下文章

如何将java中的.class文件反编译

java反编译器怎么用?

如何将java中的.class文件反编译

java反编译

Java反编译工具

XJad反编译工具