Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 378 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 378 Bytes

HookUtility

HookUtility is a tool used to hook Java methods by modifying bytecode dynamically using ASM. developed for internal usages.

Usage

Checkout test for examples.
If you want a version that working on older asm versions(eg. for Minecraft modding), please checkout oldasm branch.