Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/x4e/bincode

Java Bytecode Disassembly Framework
https://github.com/x4e/bincode

Last synced: about 1 month ago
JSON representation

Java Bytecode Disassembly Framework

Awesome Lists containing this project

README

        

# BinCode

Bincode is a library for reading, manipulating and writing Java ByteCode.

For support and discussion please join [the discord server](https://discord.gg/MaqN7gA)

Features:
* .class format parsing **[In Progress]**
* Ast **[In Progress]**
* .class format writing **[TODO]**
* Stackmap frame generation **[TODO]**

## Goals

Bincode is a low level library, and features such as the constant pool are not abstracted