Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
JD-Gui 让你的生活变得轻松,它还有一个 eclipse 插件
编辑:更新了最新的 url工具
JD-Gui makes your life easy, it also has an eclipse plugin
edit: updated the latest url for the tool
我使用过 JAD 但我不确定它是否支持最新的更改(更新:它不支持 java 1.5 中引入的语言功能)。否则,您也许可以编写一个小型 java 应用程序,使用 JD 的核心进行批量反编译。
I've used JAD but I'm not sure if it supports the more recent changes (Update: it does not support language features introduced in java 1.5). Otherwise you might be able to write a small java app to do batch decompiling using the core of JD.
看看 Jode。您可以一次性反汇编 .class 文件或完整 .jar。尽管它声称是最新的 Java 早期版本 (1.3),但我在使用更高版本的 Java 时几乎没有遇到任何问题。
Take a look at Jode. You can disassemble .class files or complete .jars in one go. Although it claims to be up to date to an early version of Java (1.3), I've had few problems with later Java versions.
我刚刚发布了一个独立的 Java Decompiler GUI(基于 Jad),您可以从 Util Java Decompiler (JAD based) v1.0
这是一个基于 Windows 的 .NET 4.0 应用程序,支持 *.jar 文件的拖放。
创建该工具的代码是一个简单的 C# 脚本(您可以在此处查看:https://github.com/o2platform/O2.Platform.Scripts/tree/master/3rdParty/JAD ),因此很容易扩展它以允许您想要的批量反编译做。
添加对其他 Java 反编译器的支持可能会很好,因为 JAD 有时无法反编译某些文件。
I just published a stand-alone Java Decompiler GUI (based on Jad) which you can get from Util Java Decompiler (JAD based) v1.0
This is a Windows based .NET 4.0 application, which supports the drag n'drop of *.jar files.
The code that creates that tool is a simple C# script (which you can see here: https://github.com/o2platform/O2.Platform.Scripts/tree/master/3rdParty/JAD ), so it would be easy to extend it to allow for the batch decompilation that you want to do.
It might be good to add support to the other Java decompilers, since JAD sometimes is not able to decompile some files.