Eclipse安装反编译工具

JadClipse相关插件

1.下载相关插件

net.sf.jadclipse_3.3.0.jar
Jad.exe

2.将相关插件放入Eclipse中

将net.sf.jadclipse_3.3.0.jar放入eclipse的plugins目录中,
Eclipse安装反编译工具
在eclipse文件夹中新建Jad文件夹,
Eclipse安装反编译工具
将jad.exe放入Jad文件夹中,并新建JadTemp文件夹,
Eclipse安装反编译工具

3.在eclipse中配置jad.exe

点击Window->Preferences
Eclipse安装反编译工具
搜索框输入jad->选择JadClipse->选择jad.exe的目录和缓存文件目录,勾选中Use Eclipse code formatter(overrides Jad formatting instructions)
Eclipse安装反编译工具

4.配置.class文件打开方式

搜索框输入file->File Association->.class->Add
Eclipse安装反编译工具
搜索框输入jad->JadClipase Class File Viewer->OK
Eclipse安装反编译工具
选择JadClipse Class File Viewer->Default
Eclipse安装反编译工具
同理将
.class without source也设置JadClipse
Eclipse安装反编译工具

5.重启eclipse,查看效果

Eclipse安装反编译工具

6.直接查看jar的工具jd-gui

工具点解标题下链接下载,效果图如下,
Eclipse安装反编译工具

相关文章: