Crates.io | coffea |
lib.rs | coffea |
version | 0.1.0 |
source | src |
created_at | 2020-06-22 13:43:16.14274 |
updated_at | 2020-06-22 13:43:16.14274 |
description | A very much WIP Java bytecode decompiler |
homepage | |
repository | https://github.com/connorskees/coffea |
max_upload_size | |
id | 256739 |
size | 148,440 |
Java decompiler written in pure Rust with a focus on speed
The decompilation part of this project is still far from complete.
The blockers on feature-completeness are control flow reconstruction and generics -- both massive tasks.
For now, it only handles .class
files. .jar
files are blocked on writing a high-level, streaming zip
format parser.
As a .class file parser, it works well, though this API is not currently exposed in a meaningful way.