/asm-utils

Library for redirecting Java bytecode & reflection calls using ASM

Primary LanguageJavaApache License 2.0Apache-2.0

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