将 .class 文件转换为 .jar 文件的 .java 文件

发布于 2024-10-10 08:19:40 字数 87 浏览 0 评论 0原文

我怎样才能转换? .class 文件到 .java 文件以查看 .jar 文件的源代码(这是 midp 2.0 上的移动应用程序)

我如何转换?

how can i convert?? .class file to .java file/s to see source code of .jar file (which is mobile app on midp 2.0)

how can i convert ?

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

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

发布评论

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

评论(3

梦与时光遇 2024-10-17 08:19:40

我建议使用反编译器,例如 JAD。但是,如果代码已被混淆,这可能不是很有用。

I would suggest using a decompiler such as JAD. However, if the code has been obfuscated, this may not be very useful.

忆沫 2024-10-17 08:19:40

使用像 this 这样的 Java 反编译器。

Use a Java decompiler like this.

你丑哭了我 2024-10-17 08:19:40

补充一下之前的答案:最近,新一波的反编译器即将到来,即 Procyon、CFR、JD、Fernflower

以下是截至 2015 年的反编译器列表:

  • Procyon
  • CFR
  • JD
  • Fernflower

您可以在线测试上述反编译器,无需安装并制作您自己受过教育的选择。
云中的现代 java 反编译器: http://www.javadecompilers.com/

Adding to the previous answers: recently, a new wave of decompilers is coming, namely Procyon, CFR, JD, Fernflower

Here's a list of decompilers as of 2015:

  • Procyon
  • CFR
  • JD
  • Fernflower

You may test above mention decompilers online, no installation required and make your own educated choice.
Modern java decompilers in the cloud: http://www.javadecompilers.com/

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