https://github.com/chermehdi/gytes
A library to Read/Write Java bytecode in Go
https://github.com/chermehdi/gytes
bytecode bytecode-manipulation bytecode-parser go
Last synced: 28 days ago
JSON representation
A library to Read/Write Java bytecode in Go
- Host: GitHub
- URL: https://github.com/chermehdi/gytes
- Owner: chermehdi
- License: apache-2.0
- Created: 2020-10-20T15:06:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T21:46:46.000Z (about 5 years ago)
- Last Synced: 2025-06-29T09:52:51.919Z (8 months ago)
- Topics: bytecode, bytecode-manipulation, bytecode-parser, go
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gytes

# Introduction

Gytes is a library for reading Java bytecode into go structs,
the library can also be used to write bytecode from Go in a more convenient way.