Java ASM 系列三:Tree API Oct 25, 2024 上级目录 对于《Java ASM 系列三:Tree API》有配套的视频讲解,可以从这里 和这里 进行查看;同时,也可以从Gitee 或Github 下载源代码。 主要内容 第一章 基础 第二章 Class Generation 第三章 Class Transformation 第四章 Method Analysis 参考资料 课程源码:learn-java-asm ASM 官网 ASM API 文档 ASM 使用手册:英文版、中文版 Static Code Analysis in Java Oracle: The Java Virtual Machine Specification, Java SE 8 Edition Chapter 2. The Structure of the Java Virtual Machine Chapter 4. The class File Format Chapter 6. The Java Virtual Machine Instruction Set