`
sony-soft
  • 浏览: 1073913 次
文章分类
社区版块
存档分类
最新评论

eclipse 反编译插件

 
阅读更多

eclipse 反编译插件

ref url: http://liuwangxia.javaeye.com/blog/89420

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

分享到:
评论

相关推荐

    eclipse反编译插件

    "eclipse反编译插件"是一种能够整合到Eclipse中的工具,允许开发者在IDE内直接对JAR文件进行反编译,以查看类文件的源代码。这样的插件可以极大地提高开发效率,避免了在不同工具之间切换的繁琐过程。 反编译的过程...

    Eclipse反编译插件

    Eclipse反编译插件是开发人员在Java编程环境中用于查看和理解已编译的.class文件源代码的工具。在Java开发中,由于源代码不总是可用,例如当我们处理开源库或第三方组件时,反编译插件就显得非常有用。下面我们将...

    1、eclipse反编译插件安装.zip

    本资源“1、eclipse反编译插件安装.zip”提供了一种在Eclipse中集成反编译功能的方法,使得开发者可以便捷地查看.jar文件的源码。 这个压缩包包含了以下关键组件: 1. Eclipse反编译插件:这通常是一个名为“JD-...

    eclipse反编译插件及安装手册

    Eclipse反编译插件能够帮助用户在Eclipse环境中直接查看类文件的源代码,使得分析和理解其他库或框架的工作原理变得可能。 本教程将详细介绍如何在Eclipse中安装和使用反编译插件。主要涉及的知识点包括: 1. **...

    eclipse反编译插件以及配置步骤

    Eclipse和MyEclipse是Java开发中...总结,安装和配置Eclipse反编译插件如JD-Eclipse,可以有效帮助Java开发者查看和理解`.class`文件,从而提高开发效率。遵循上述步骤,你就可以在Eclipse中顺利地进行反编译工作了。

    eclipse反编译插件详细操作

    2、反编译插件包:eclipse 反编译插件_jad 3.3.0.zip 二、步骤: 1、解压反编译插件包“eclipse 反编译插件_jad 3.3.0.zip” 2、将插件包中的net.sf.jadclipse_3.3.0.jar文件复制到Eclipse的插件目录下(如:E:\...

    eclipse 反编译 插件

    本文将详细介绍如何在Eclipse中安装和使用反编译插件。 首先,让我们了解什么是反编译。反编译是将已编译的字节码(如Java的.class文件)转换回源代码的过程。这个过程并不总是能完全恢复原始的源代码,因为编译...

Global site tag (gtag.js) - Google Analytics