Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caellian/java-decompiler
Java decompiler written in Rust.
https://github.com/caellian/java-decompiler
decompiler java rust
Last synced: 14 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T04:55:24.000Z (about 1 year ago)
- Last Synced: 2024-04-21T19:07:04.082Z (7 months ago)
- Topics: decompiler, java, rust
- Language: Rust
- Homepage:
- Size: 4.83 MB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Java Decompiler
[![Build](https://github.com/Caellian/java-decompiler/workflows/Build/badge.svg)](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.