java反编译工具 安装

1.jad包 下载

 

http://www.varaneckas.com/jad/

 

2.jadclipse包  下载

http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download

这里有不同的版本,可以下载自己eclipse 对应的版本 附件给一个  eclipse 3.3M6  的

 

安装步骤 
步骤: 
1. 解压jad158e.linux.static.zip 到/home/XXXX/jad/ 下 
2. net.sf.jadclipse_3.3.0.jar 此包copy 到eclipse\plugins目录下 
3. 启动Eclipse后,在Windows—>Perference—>Java 下有个JadClipse目录, 
   修改配置jadclipse:设置path to decompiler路径,如:/home/XXXX/jad/jad. 
   Directory for temporary files中指定临时文件的路径 
   如果无法反编译 设置Eclipse的Windows——>Perference— >General->Editors->File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer” 

将 " *.class without source " 默认关联的编辑器为“JadClipse Class File Viewer” 

注意这里很多地方都没有写, 具体设置的图片见附件

 


4.安装完成,双击class文件,Eclipse将自动反编译了。 

 

你可能感兴趣的:(java)