反编译java类文件的最佳软件是什么?

发布于 2024-08-03 11:40:49 字数 1536 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

謸气贵蔟 2024-08-10 11:40:49

JD-Gui 让你的生活变得轻松,它还有一个 eclipse 插件

编辑:更新了最新的 url工具

JD-Gui makes your life easy, it also has an eclipse plugin

edit: updated the latest url for the tool

猫腻 2024-08-10 11:40:49

我使用过 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.

水中月 2024-08-10 11:40:49

看看 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.

蓝海 2024-08-10 11:40:49

我刚刚发布了一个独立的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文