java.decompiler.free.fr 有替代品吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18668278/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there a replacement for java.decompiler.free.fr?
提问by user292701
Searching in this site for a way to replace my long-lost Java source code with something reverse engineered from my old .class files, I found a reference to an online tool at http://java.decompiler.free.frwhich worked great.
在这个站点中搜索一种方法来用我的旧 .class 文件逆向工程替换我丢失已久的 Java 源代码,我在http://java.decompiler.free.fr找到了一个在线工具的参考,它工作得很好.
Now (6-sep-2013), hardly 2 weeks later, the site is gone (or being blocked by its ISP).
现在(2013 年 9 月 6 日),几乎 2 周后,该站点消失了(或被其 ISP 阻止)。
Any good replacements for this site/online-tool?
这个网站/在线工具有什么好的替代品吗?
采纳答案by shakthydoss
JD tool http://jd.benow.ca/
Has GUI interface and available in eclipse via plugin.
具有 GUI 界面,可通过插件在 Eclipse 中使用。