If you had to decompile java byte code into Java source code, what tool would you use?
Asked
Active
Viewed 5,101 times
-2
-
3Have you tried looking at the many hits given by Google? https://www.google.co.uk/search?q=java+decompiler – devrobf May 08 '13 at 17:09
-
1This kind of questions are outside the scope of this site. I don't know why people upvote this. – Luiggi Mendoza May 08 '13 at 17:11
2 Answers
1
http://www.varaneckas.com/jad/
The tool is called JAD
Instructions here: https://www.owasp.org/index.php/Decompiling_Java_bytecode

Abraham P
- 15,029
- 13
- 58
- 126