Commit graph

3 commits

Author SHA1 Message Date
pancake ;)
17049df259 Add support for OpenBSD-2.7 (i'm talking to the author for openbsd,netbsd update) 2004-11-03 17:49:07 +00:00
pancake ;)
15dc094981 Add support for FreeBSD. 2004-11-03 17:09:07 +00:00
pancake ;)
772fb5e6ea initial import for wip/jad
Jad is a Java decompiler, i.e. program that reads one or more Java class
files and converts them into Java source files which can be compiled again.

Jad is a 100% pure C++ program and it generally works several times 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.
2004-11-03 16:26:26 +00:00