一个非常好用的Java反编译工具:官方描述“The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.”。
官方网址:http://java.decompiler.free.fr/
使用效果如图:
它还提供了eclipse插件:
使用eclipse更新的地址为:http://java.decompiler.free.fr/jd-eclipse/update
你也可以下载到本地来进行安装:http://java.decompiler.free.fr/jd-eclipse/update/jdeclipse_update_site.zip
转自: http://blog.youkuaiyun.com/qjyong/archive/2010/01/17/5204804.aspx
http://xintao222.iteye.com/blog/291303
新问题:
1. 有的class文件不能反编译, 可能是经过加壳处理吧. 但是某jar包中的某些class文件, 在外置工具中可以反编译, 在eclipse中看不到源代码. 暂不清楚.
解决办法, jar包反编译, 作为source文件导入eclipse.