https://github.com/connorskees/coffea
Java decompiler written in Rust with a focus on performance
https://github.com/connorskees/coffea
java java-decompiler jvm jvm-bytecode reverse-engineering
Last synced: about 1 year ago
JSON representation
Java decompiler written in Rust with a focus on performance
- Host: GitHub
- URL: https://github.com/connorskees/coffea
- Owner: connorskees
- Created: 2019-11-09T18:09:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T05:48:05.000Z (over 2 years ago)
- Last Synced: 2025-03-23T21:49:49.764Z (about 1 year ago)
- Topics: java, java-decompiler, jvm, jvm-bytecode, reverse-engineering
- Language: Rust
- Homepage:
- Size: 205 KB
- Stars: 30
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coffea
Java decompiler written in pure Rust with a focus on speed
## Status
The decompilation part of this project is in the proof-of-concept stage. The implementations of both control flow reconstruction and generic reconstruction are nascent and not as robust they would be in a production decompiler.
This project also contains code for parsing `.class`, which is quite robust.