`
yezhiqiu-love
  • 浏览: 166806 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

JadEclipse工具的使用

阅读更多

JadEclipse工具的使用

1、下载工具
JadEclipse
http://sourceforge.net/projects/jadclipse/
http://jadclipse.sourceforge.net/wiki/index.php/Main_Page
Jad
http://www.varaneckas.com/jad
http://en.wikipedia.org/wiki/JAD_(JAva_Decompiler)

2、Jad.exe介绍
jad -o -r -s java -d src **/*.class
解释
-o:覆盖旧文件,而且不用提示确认。
-r:重新加载生成包结构。
-s java:定义输出文件的扩展名。jad为默认扩展名,我们反编译后当然是要.java源文件了。
-d:输出文件的目录。src表示反编译后的所有文件都放在src目录下。
**/*.class:反编译本文件夹下的所有class文件

3、JadEclipse
下载:http://jadclipse.sourceforge.net/wiki/index.php/Main_Page,
1)将此jar包到%ECLIPSE_HOME%\plugins目录下;
2):下载Jad反编译工具http://www.varaneckas.com/jad,解压出jad.exe即为反编译工具的核;
3):启动eclipse查看Window->Preferences->Java->JadClipse存在即安装成功;
4):设置反编译工具为jad.exe。
启动eclipse,打开:Window->Preferences->Java->JadClipse.
1、Path to decompiler,设置反编译工具jad的全路径名,比如:D:\jad.exe。
2、Directory for temporary files,设置临时文件路径。
安装步骤:
Installation
* Put the JadClipse JAR file into the plugins folder of your Eclipse installation.
* Restart Eclipse (eclipse -clean).
* Get Jad.
* Put the Jad executable into a directory that is in the execution path of your operating system. Alternatively, you can configure the path to the Jad executable under Window > Preferences… > Java > JadClipse > Path to Decompiler. (Set the full path, e.g. C:\Program Files\Jad\jad.exe)
* Go to Window > Preferences… > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class files.

4、注意
linux用户可能需要libstdc++-libc6.2-2.so.3
debian系可以使用:sudo apt-get install libstdc++-libc6.2-2.so.3

安装完成后,如果eclipse没有自动将JadClipse Class File Viewer设置成class文件的缺省打开方式,可以在Eclipse的Windows—> Perference—>General->Editors->File Associations中修改”*.class”默认”File Associations”为”JadClipse Class File Viewer”。设置完成后,双击*.class文件,eclipse将自动反编译。

5、网络上的一些问题:
Troubleshooting
Q:The JadClipse plug-in is not activated when I start Eclipse.
A:You’ll need to launch Eclipse with the -clean flag to allow the environment to detect the plug-in. Subsequent launching of Eclipse won’t require the -clean flag.
eclipse -clean
The Eclipse Class File Viewer instead of the JadClipse Class File Viewer is opened.
Go to Window > Preferences… > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class files.The JadClipse Class File Viewer does not show the decompiled source.If the editor contains the following text segment JadClipse was not able to execute the Jad binary. Make sure that the path to the binary (Path to Decompiler) is set correcly in the preferences.

分享到:
评论

相关推荐

    eclipse反编译插件jadeclipse及使用说明

    eclipse反编译插件jadeclipse及使用说明!

    JadEclipse 插件

    Eclipse下查看jar包JAVA反编译工具,包括jad.exe和jadEclipse3.3、jadEclipse3.2、jadEclipse3.2.4插件

    jd_gui jad eclipse 反编译工具

     3、将jad反编译工具jad.exe放到jdk安装路径的bin目录下面,jadclipse_3.1.0.jar放到eclipse的安装目录下的plugins目录下。  4、启动eclipse,打开:Window->Preferences->Java->JadClipse.  Path to ...

    jadeclipse反编译工具

    包含jad.exe,jadeclipse3.30 和安装使用方法,绝对有效,好东西与大家共享一下!

    jad-java反编译工具eclipse插件

    jad-java反编译工具eclipse插件,jad-java反编译工具eclipse插件

    jadeclipse

    包含jad和jadClipse jar包,包含最新jad.exe java反编译工具以及支持eclise的反编译插件,内附详细安装设置文档,亲自使用过非常好用。

    jad eclipse 插件

    ad是一个Java的一个反编译...2.将Jad.exe拷贝到JDK安装目录下的bin文件下(方便,与java,javac等常用命令放在一起,可以直接在控制台使用jad命令),我的机器上的目录是D:\Program Files\Java\jdk1.6.0_02\bin\jad.exe

    eclipse 反编译工具jad eclipse 3.3版本

    一个是eclipse插件,3.3版本的,不要下错了,解压后,jar包放到eclipse的插件包下面,重新打开eclipse,到windows --proference下面的java-->jad eclipse下面指定jad.exe文件路径。就ok了。还有一个是jd gui,可以直接...

    Eclipse3.4 反编译工具jad

    3,重新启动Eclipse,找到Eclipse->Window->Preferences->Java,此时你会发现会比原来多了一个JadClipse的选项 配置Path to decompiler为你刚放置jad的位置(JDK\bin\jad.exe) 4,查看一下class文件的默认打开方式,...

    jad.exe jadeclipse_3.3.0.jar

    jadeclipse_3.3.0.jar, 反编译class文件需要的jar 该版本支持 eclipse3.3工具和以上版本

    JadEclipse反编译工具

    很不错的软件,该文件还附带了安装说明,适合用eclipse,myeclipse中,详情请下载后察看。

    java反编译工具 反编译 jad eclipse

    非常方便使用的java反编译工具,只要简单的配置就可以在eclipse中使用。解压后只需按照文件说明的配置一下就可以在eclipse中方便使用了

    Jad Eclipse 集合,从eclipse 3.2到最新的全有适配

    包含了适配了从3.2M3到最新版本的eclipse所有的反编译工具jad, 里面有适配那个版本的说明。 有了这个集合,所有的eclipse都可以配上jad反编译。

    jad eclipse 反编译

    eclipse 反编译工具,获取解压包后解压,拷贝jar包到eclipse的plugins目录下,然后选择window>perferences>java>jadclipse配置jad.exe的位置

    java反编译工具eclipse插件jad

    java反编译工具eclipse插件jad

    eclipse集成JAD反编绎工具

    1. jadeclipse插件:解压后,找到net.sf.jadclipse_3.3.0.jar复制到eclipse安装目录plugins下面, 2.,反编绎工具jad.exe:解压后就能找到JAD可执行文件. 3.打开eclipse开发工具:window--preferences--java--jadclipse...

    jad反编译Eclipse工具

    jad反编译工具 jad反编译工具 jad反编译工具

    jadeclipse,class文件反编译工具

    jad,大伙都知道,class文件的反编译工具.

Global site tag (gtag.js) - Google Analytics