coffea

Crates.iocoffea
lib.rscoffea
version0.1.0
sourcesrc
created_at2020-06-22 13:43:16.14274
updated_at2020-06-22 13:43:16.14274
descriptionA very much WIP Java bytecode decompiler
homepage
repositoryhttps://github.com/connorskees/coffea
max_upload_size
id256739
size148,440
Connor Skees (connorskees)

documentation

README

coffea

Java decompiler written in pure Rust with a focus on speed

Status

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.

Commit count: 182

cargo fmt