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

https://github.com/stephengold/asm

A small and fast library for manipulating Java bytecode.
https://github.com/stephengold/asm

asm bytecode bytecode-manipulation java jvm-bytecode jvm-library library open-source ow2-asm

Last synced: 9 months ago
JSON representation

A small and fast library for manipulating Java bytecode.

Awesome Lists containing this project

README

          

# asm
This is an adaptation of ASM 3.1, a very small and fast Java bytecode manipulation framework from October 2007.

The source code was extracted from https://github.com/stephengold/jbullet/blob/a86ef8b465c2c523607a520f60fd563c14a6aa89/lib/ASM3.1/src.zip,
and Gradle build scripts were added.

I'm using this very old version to ensure compatibility with Martin Dvorak's stack-alloc project.

## External links
+ The ASM project: https://asm.ow2.io/index.html
+ Pre-built Maven artifacts at the Maven Central Repository: https://search.maven.org/artifact/com.github.stephengold/asm-all/3.1.1/jar