🍁 Java ASM is an open-source java library for manipulating bytecode. 本项目旨在系统地介绍如何学习Java ASM的知识,主要涉及Core API、OPCODE和 ...
There are some similar projects in GitHub, but they didn't actually implement all JVM Bytecode format, and also not implements all ASM nodes/features in rust. So I want to build this library to fully ...