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
- Host: GitHub
- URL: https://github.com/mickyabir/jvmg
- Owner: mickyabir
- License: mit
- Created: 2024-01-23T00:02:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T10:28:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T19:45:58.328Z (11 months ago)
- Topics: cpp, jvm, jvm-bytecode, library
- Language: C++
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JVM Bytecode Library for C++
[](https://github.com/mickyabir/JVMG/blob/main/LICENSE)
[](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.