Eclipse安装反编译工具
JadClipse相关插件
1.下载相关插件
net.sf.jadclipse_3.3.0.jar
Jad.exe
2.将相关插件放入Eclipse中
将net.sf.jadclipse_3.3.0.jar放入eclipse的plugins目录中,
在eclipse文件夹中新建Jad文件夹,
将jad.exe放入Jad文件夹中,并新建JadTemp文件夹,
3.在eclipse中配置jad.exe
点击Window->Preferences
搜索框输入jad->选择JadClipse->选择jad.exe的目录和缓存文件目录,勾选中Use Eclipse code formatter(overrides Jad formatting instructions)
4.配置.class文件打开方式
搜索框输入file->File Association->.class->Add
搜索框输入jad->JadClipase Class File Viewer->OK
选择JadClipse Class File Viewer->Default
同理将.class without source也设置JadClipse
5.重启eclipse,查看效果
6.直接查看jar的工具jd-gui
工具点解标题下链接下载,效果图如下,