Skip to content

DM-Earth/classfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classfile

Low-level but easy-to-use reader and writer for JVM bytecode.

This crate is no_std with optional alloc dependency required by some attributes.

Both reader and writer allow you to interact with the bytecode in a structured way while still sticked to a stream-based API, taking advantage from both Visitor and Tree API of ASM. See examples (or docs) for the use of it.

About

[MIRROR] JVM bytecode reader and writer

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Contributors

Languages