Skip to content

Library for redirecting Java reflection calls using ASM

License

Notifications You must be signed in to change notification settings

PaperMC/asm-utils

Repository files navigation

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