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 和您的相关数据。
发布评论
评论(2)
我一直使用 Jad,但还有一个名为 DJ 的反编译器,您可能想看看:
http://www.neshkov.com/dj.html
它也有自己的 GUI。 看起来还不错。
从 Java 5 开始,还有 javap 可以反汇编类文件:
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javap.html
I've always used Jad, but there's also a decompiler called DJ that you may want to take a look at:
http://www.neshkov.com/dj.html
It has it's own GUI as well. Looks ok.
From Java 5 upwards there's also javap which dissassemble classfiles:
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javap.html
我喜欢JD
I like JD