Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 months ago
JSON representation

Java decompiler written in Rust with a focus on performance

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.