A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #17985  by Xylitol
 Sat Feb 02, 2013 9:14 am
Site: http://java.decompiler.free.fr/
JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.

JD-GUI is free for non-commercial use. This means that JD-GUI shall not be included or embedded into commercial software products. Nevertheless, this project may be freely used for personal needs in a commercial or non-commercial environments.
Image
Output example: http://www.kernelmode.info/forum/viewto ... =16&t=2470
Windows version: https://www.virustotal.com/file/d565b7d ... 359797864/
Attachments
(770.97 KiB) Downloaded 53 times
(1.04 MiB) Downloaded 38 times
 #23403  by tomchop
 Fri Jul 18, 2014 4:03 pm
JD-GUI sometimes doesn't work 100% for me (it has trouble decompiling some parts of the code). I use it in a trial & error combination with other tools like JAD (Java decompiler) and JMD for byte deobfuscation.

(First post in the forums, I thought I'd start with something helpful :) )