/BinCode

Java Bytecode Disassembly Framework

Primary LanguageKotlin

BinCode

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

For support and discussion please join the discord server

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