Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/x4e/bincode
- Owner: x4e
- Created: 2020-09-03T19:44:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T12:19:03.000Z (almost 4 years ago)
- Last Synced: 2023-10-20T23:51:50.105Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 138 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
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