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
- Host: GitHub
- URL: https://github.com/papermc/asm-utils
- Owner: PaperMC
- License: apache-2.0
- Created: 2022-11-03T17:07:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T15:49:43.000Z (9 months ago)
- Last Synced: 2025-04-23T07:29:28.301Z (9 months ago)
- Topics: asm, java, reflection
- Language: Java
- Homepage:
- Size: 710 KB
- Stars: 12
- Watchers: 9
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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