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

https://github.com/austinv11/syringe

A high-level bytecode manipulation abstraction supporting a variety of backing implementations
https://github.com/austinv11/syringe

asm bytecode bytecode-engineering bytecode-manipulation javassist

Last synced: 3 months ago
JSON representation

A high-level bytecode manipulation abstraction supporting a variety of backing implementations

Awesome Lists containing this project

README

          

# Syringe

A high-level abstraction for bytecode manipulation of jvm-based libraries. It supports a multitude of backing implementations to best fit
the execution environment (ASM or Javassist for runtime manipulation and custom annotation processing for compile-time manipulation.