zoukankan      html  css  js  c++  java
  • eclipse安装反编译插件(附jad下载)

    eclipse安装反编译插件(附jad下载)

    博客分类:

     
    一、eclipse反编译插件Jadclipse
    jadclips插件网站:
       http://jadclipse.sourceforge.net/

    net.sf.jadclipse_3.3.0.jar:for eclipse3.3

    下载Jad反编译工具

    http://www.varaneckas.com/jad

    二、安装:
     
    直接将jadclipse_3.1.0.jar复制到%ECLIPSE_HOME%plugins目录下。

    三、设置参数:
        启动eclipse,打开:Window->Preferences->Java->JadClipse.
    1、Path to decompiler,这里设置反编译工具jad的全路径名,比如:%JAVA_HOME%injad.exe.   这里jad.exe可以放在任何位置,你只需要把这个路径填对就行了

    2、Directory for temporary files,这里设置临时文件路径。

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

        注: 对于存在源代码的类,它不会强行反编译,也就是说它还是会用eclipse自带的Class File Viewer查看class文件。

    jad不太好找,就直接附在附件上了
  • 相关阅读:
    25 Groovy 相关资料
    24 使用Maven 或 Gradle构建groovy
    UVA
    UVA
    UVA
    UVA
    UVA
    【JZOJ4235】序列【数论,数学】
    【JZOJ4235】序列【数论,数学】
    【JZOJ5230】队伍统计【状压DP】
  • 原文地址:https://www.cnblogs.com/xiaozhuzhuchuangdiqiu/p/10640493.html
Copyright © 2011-2022 走看看