PaperMC / asm-utils

Library for redirecting Java bytecode & reflection calls using ASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library for redirecting Java bytecode & reflection calls using ASM

License:Apache License 2.0


Languages

Language:Java 100.0%