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

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

Awesome Lists containing this project

README

          

# Gytes

![Gytes build status](https://github.com/chermehdi/gytes/workflows/Go/badge.svg?branch=master)

# Introduction

![Gytes build status](./gytes_logo.png)

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.