欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

几个不错的 eclipse 反编译插件

程序员文章站 2022-03-14 21:51:04
...
1) JadClipse
引用
JadClipse is a plug-in that seamlessly integrates Jad (the fast Java decompiler) with Eclipse.

Normally, when opening a class file the Class File Viewer will show a brief API outline of the class. If you install this plug-in, however, the Class File Viewer will be replaced with the JadClipse Class File Viewer that shows the decompiled source of the class. This task is accomplished by decompiling the corresponding class file in the background using Jad. Normal Java syntax highlighting as well as the Outline View are supported.


links:
JadClipse
Jad

2) JodeEclipse
引用
JodeEclipse is a plugin for integrating the Jode Java Decompiler with the Eclipse IDE.

引用
This plugin has only been tested with Eclipse 3.0.1 and 3.1. It appears to have some problems with Eclipse 3.2. I’ll update the plugin when I have time. However, the sources are available at the SourceForge project is anybody would like to do the 3.2 upgrade.


links:
JodeEclipse
Jode
JodeEclipse Blog

3) Bytecode Outline plugin for Eclipse
引用
Bytecode Outline plugin shows disassembled bytecode of current java editor or class file, allows bytecode/ASMifier code compare for java/class files and shows ASMifier code for current bytecode.


links:
Bytecode Outline plugin for Eclipse
ASM