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

https://github.com/mickyabir/jvmg

A C++ library for JVM bytecode
https://github.com/mickyabir/jvmg

cpp jvm jvm-bytecode library

Last synced: 9 months ago
JSON representation

A C++ library for JVM bytecode

Awesome Lists containing this project

README

          

# JVM Bytecode Library for C++

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mickyabir/JVMG/blob/main/LICENSE)
[![Lines of Code](https://tokei.rs/b1/github.com/mickyabir/JVMG)](https://github.com/Aaronepower/tokei)

The purpose of this library is to allow an easy way to read and write .class files using intuitive C++ objects.

Potential uses include bytecode analysis tools, class file inspectors, and compilers targeting the JVM.