java汇编码和反编译插件

2022-08-19 10:00:23 浏览数 (1)

汇编码查看

① 在Eclipse help菜单 -> install new software -> Add按钮 -> name随意(如bytecode outline) -> Location写http://andrei.gmxhome.de/eclipse/ ② 在中间出现的树形目录中选择你的Eclipse版本对应的bytecode outline插件,打钩,next ... ③ 装完后,重启。 ④ window -> show view -> bytecode,OK了,你打开一个类就能看到字节指令了。

反编译插件:

Jodeclipse 是Jode的Eclipse插件,JadClipse是Jad的Eclipse插件,它们都是非常好的反编译插件。

Jode Eclipse Plugin 1.0.5 for Eclipse version 3.1 / 3.2

安装方法

(1)从如下地址下载:

http://sourceforge.net/projects/jodeeclipse

把下载下来的文件jodeplugin_1.0.5.zip直接解压到eclipse的plugins目录下。

(2)启动eclipse,help -> Software Updates-> Find and Install... -> Search for new features to install,单击"New Remote Site..." 在URL栏输入 http://www.technoetic.com/eclipse/update然后下一步,就可以看到“jode decompiler plugin *.*”,选上安装就可以了。安装好后可以看到Window -> Preferences...-> Java -> Jode Decompiler选项卡,okay,安装成功了。

配置:Window-> Preferences... -> General -> Editors -> File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"选中它再单击Default按钮.

0 人点赞