I'm familiar with JAD, and haven't found anything newer or better, but I really didn't look that hard because I had previous experience with the JAD tool. However, I might have missed some really good options out there. Did I miss anything good? If so, what is it and what features does it have in comparison to JAD?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

I've always used Jad, but there's also a decompiler called DJ that you may want to take a look at:

http://members.fortunecity.com/neshkov/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

link|improve this answer
feedback

I like JD

link|improve this answer
JD has a restrictive license that makes it impractical for some purposes, although it does look solid for individuals producing non-commercial code. – Thomas Owens Jun 29 '09 at 19:22
Seems to work, and has a Linux version too! – Grzenio Oct 22 '11 at 8:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.