JD-GUI
GPL-3.0๐งฌ Reverse Engineering ยท Java
JD-GUI is a standalone graphical utility that displays Java source code from CLASS files. It reconstructs readable Java source from compiled bytecode, handling most obfuscation patterns and modern Java features. The tool provides a tree-based navigation of JAR archives, syntax highlighting, search functionality, and the ability to save decompiled source as individual files or complete projects. JD-GUI integrates with JD-Core (its decompilation engine) and can be used as an Eclipse/IntelliJ plugin. While simpler than full RE suites, its speed and ease of use make it the go-to tool for quick Java decompilation tasks.
Installation
$ brew install jd-guiUse Cases
- Quick decompilation of Java CLASS files
- Navigating and searching JAR archives
- Recovering source from compiled Java applications
- Analyzing third-party libraries without source
Tags
Details
- Category
- ๐งฌ Reverse Engineering
- Language
- Java
- Repository
- java-decompiler/jd-gui
- License
- GPL-3.0
- Platforms
- ๐งlinux๐macos๐ชwindows
Links
Community Reviews
Alternatives & Comparisons
More in Reverse Engineering
dnSpy
C#.NET debugger, decompiler, and assembly editor. Inspect and modify .NET and Unity assemblies without source code.
ILSpy
C#Open-source .NET decompiler and assembly browser. Produces clean C# from compiled binaries with cross-platform support.
x64dbg
C++Open-source x64/x32 debugger for Windows. Full-featured binary debugger with plugin ecosystem for malware analysis and reverse engineering.
Detect It Easy
C++/QtBinary packer and compiler detection. Identifies compilers, linkers, packers, and protectors used to build PE, ELF, and Mach-O files.
angr
PythonBinary analysis framework. Symbolic execution, CFG recovery, and vulnerability discovery for compiled binaries in Python.
RetDec
C++Retargetable decompiler by Avast. Converts machine code back to C from x86, ARM, MIPS, and PowerPC binaries.