About Fernflower Fernflower is the first actually working analytical decompiler for Java and probably for a high-level programming language ...
介绍 是IntelliJ IDEA 内置的class 反编译工具,个人感觉反编译的效果还不错. 下载地址: https: github.com fesh r fernflower 个人认为其优点: 大部分能反编译得到的java文件可以直接使用. 当然也存在比较复制的方法也存在lable 貌似是不存在goto语句 能反编译的就反编译了.不能反编译的,就不反编译 其他的有兴趣的可以测试. 最后 如果用 ...
2016-09-02 22:49 0 4397 推荐指数:
About Fernflower Fernflower is the first actually working analytical decompiler for Java and probably for a high-level programming language ...
最近有些奇怪Intellij IDEA通过什么查看的源码,通过打开源码意外的发现如下注释 原来是通过Fernflower这个反编译工具w(゚Д゚)w。 使用Fernflower反编译出的代码相当友好,超级推荐! 手动进行反编译的教程: 这里提供Fernflower下载 ...
(转发位置:https://www.cnblogs.com/zs-notes/p/8991503.html) eclipse安装JD-eclipse反编译插件 1.在eclipse的h ...
1、重新编译已经打包的Jar包,使用 Java Decompiler 打开需要重新编译的jar包,找到自己需要自己修改的Class文件 ,修改之后电子保存文件 ,保存的时候编译工具自动将class文件转换成了Java文件,选择自己需要保存的位置。进行保存(保存的时候之前的jar包的名字不需要修改 ...
1,下载地址,包括GUI,Eclipse插件 http://jd.benow.ca/ 2,Eclipse插件的安装参看 https://blog.csdn.net/yh_zeng2/articl ...
Eclipse Class Decompiler是一款Eclipse插件,整合了多种反编译器,和Eclipse Class Viewer无缝集成,能够很方便的使用插件查看类库源码,进行Debug调试。Eclipse Class Decompiler对JDK的最低要求为JDK1.5, 能反编译 ...
如下图,解决方案,Preferences->General->Editors->File Associations->*.class->Decompiler->Default ...
因为jar包中的源码都是经过反编译的,所以需要安装插件才能查看到源码,此处介绍的是 Enhanced Class Decompiler 插件。 打开Eclipse,Help --> Eclipse Marketplace 在打 ...