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

https://github.com/papermc/asm-utils

Library for redirecting Java bytecode & reflection calls using ASM
https://github.com/papermc/asm-utils

asm java reflection

Last synced: 9 months ago
JSON representation

Library for redirecting Java bytecode & reflection calls using ASM

Awesome Lists containing this project

README

          

# asm-utils

Houses ASM utilities for PaperMC projects

## asm-utils (root project)

Shared ASM utilities

## reflection-rewriter

reflection-rewriter is composed of three components:
- rewriter: ASM visitors for redirecting reflection calls
- runtime: implements targets for redirected reflection calls
- proxy-generator: generates static proxies for runtime