Jad
Home PageCategories: Decompilation
Author: Pavel Kouznetsov
Latest version: 1.5.8e
Added 2005-03-05
Java decompiler, i.e. program that reads one or more Java class files and converts them into Java source files that can be compiled again.
Jad is a 100% pure C++ program and it generally works faster than decompilers written in Java. Jad doesn't use the Java runtime for its functioning, therefore no special setup is required (like changes to the CLASSPATH variable).
Jad can be used:
- for recovering lost source codes;
- for exploring the sources of Java runtime libraries;
- as a Java disassembler;
- as a Java source code cleaner and beautifier. just kidding :-)
Main features:
- Enhanced readability of the generated source code.
- Ability to comment Java source code with JVM bytecodes. Useful for verification and educational purposes.
- Full support for inner and anonymous classes.
- Automatic conversion of identifiers garbled by Java obfuscators into valid ones.
- Free for non-commercial use.
Built for Java |
Free or free version available |