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

原文地址:https://www.cnblogs.com/zzpblogs/p/8995618.html