Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 953 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 953 Bytes

Java Decompiler

Build

A modern and very efficient Java decompiler.

Developement

It can read a decompile class files. Pattern matching doesn't cover all instructions yet so a lot of the output is commented out assembly.

Most command line arguments aren't properly handled yet.

Testing

In order to run the test suite JAVA_HOME environment variable must be set or javac must be in path.

JVM support status

Latest version is currently being written to support any semi-recent Java version. At a later stage, I'd like to go through specs and allow targetting different versions better.

License

This project is licensed under the GPL license, version 3. A copy of the GPL license is provided in the LICENSE.md file.