`
liuwangxia
  • 浏览: 136711 次
  • 性别: Icon_minigender_1
  • 来自: 黄石
社区版块
存档分类
最新评论

几个不错的 eclipse 反编译插件

    博客分类:
  • Java
阅读更多
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
分享到:
评论
1 楼 TheMatrix 2012-05-03  
thanks.

相关推荐

    eclipse反编译插件新修改

    "jdeclipse_xpgod"这个文件名可能就是这个Eclipse反编译插件的安装包。通常,Eclipse插件的安装包是一个.zip或.jar文件,可以通过Eclipse的“Install New Software”功能导入并安装。一旦安装完成,开发者就可以在...

    eclipse反编译插件工具

    本文将详细介绍如何使用Eclipse反编译插件工具,以及其工作原理和相关知识点。 首先,我们要知道什么是反编译。反编译是将已编译的字节码(如.class文件)转换回源代码的过程。由于Java的字节码是中间语言,不直接...

    eclipse反编译插件

    安装jadclipse插件通常包括以下几个步骤: 1. 下载jadclipse.jar文件和jad.exe。确保jad.exe与你的操作系统兼容,并放置在系统路径中一个易于访问的位置。 2. 在Eclipse中,选择“Help” -> “Install New Software...

    eclipse 反编译插件

    使用Eclipse反编译插件时,需要注意以下几点: - 反编译结果可能并不完全与原始源代码相同,因为反编译器是在没有原始源代码的情况下重构代码,所以可能会丢失注释、变量名和某些复杂的语法结构。 - 有些代码可能...

    eclipse安装反编译插件详细步骤

    ### Eclipse安装反编译插件详细步骤 #### 一、前言 Eclipse是一款非常流行的开源集成开发环境(IDE),广泛应用于Java等编程语言的软件开发。为了更好地理解和调试代码,有时我们需要对编译后的字节码进行反编译。...

    Eclipse反编译插件

    安装Eclipse反编译插件的步骤通常包括以下几个部分: 1. 首先,下载jad.exe,这是JAD反编译器的可执行文件,通常需要将其放置在系统的PATH环境变量所包含的目录下,以便Eclipse可以找到并调用它。 2. 下载...

    eclipse 反编译插件,支持版本4.6

    安装Eclipse反编译插件的过程通常包括以下几个步骤: 1. 下载插件的归档文件,如ZIP或JAR。 2. 在Eclipse中,选择“Help”菜单,然后点击“Install New Software”。 3. 点击“Add”按钮,输入插件的仓库URL或者手动...

    eclipse反编译插件.zip

    使用Eclipse反编译插件有以下几个关键点: - **安装**:将`net.sf.jadclipse_3.3.0.jar`复制到Eclipse的`plugins`目录下,然后重启Eclipse,插件即自动安装。或者,可以通过Eclipse的"Help" -> "Install New ...

    Java反编译工具jd-gui的eclipse插件安装

    安装jd-eclipse插件的过程主要分为以下几个步骤: 1. 下载jd-eclipse插件:在描述中提到的文件列表中,jd-eclipse-site-1.0.0-RC2.zip就是我们需要的插件包。下载后解压,你会看到site.xml、LICENSE、README.md、...

    eclipse安装反编译插件(图解+所需文件)

    总之,Eclipse反编译插件的安装并不复杂,只需几个简单的步骤即可完成。通过本文的指导,你现在应该已经掌握了如何为自己的Eclipse环境添加这一实用工具。在未来的开发工作中,善用反编译插件,将极大地提升你的工作...

Global site tag (gtag.js) - Google Analytics