https://github.com/caellian/java-decompiler
Java decompiler written in Rust.
https://github.com/caellian/java-decompiler
decompiler java rust
Last synced: 4 months ago
JSON representation
Java decompiler written in Rust.
- Host: GitHub
- URL: https://github.com/caellian/java-decompiler
- Owner: Caellian
- License: gpl-3.0
- Created: 2020-04-08T19:45:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T04:55:24.000Z (over 2 years ago)
- Last Synced: 2025-05-06T21:09:06.369Z (about 1 year ago)
- Topics: decompiler, java, rust
- Language: Rust
- Homepage:
- Size: 4.83 MB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Support: docs/Supported_Features.md
Awesome Lists containing this project
README
# Java Decompiler
[](https://github.com/Caellian/java-decompiler/actions?query=workflow%3A%22Build%22)
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](https://docs.oracle.com/javase/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](LICENSE.md) file.