Java ASM系列一:Core API

ASM is an open source java library for manipulating java byte code. (内容持续更新中。。。) ## 1. 主要内容 ### 第一章 基础 - [01. ASM介绍](https://blog.51cto.com/lsieun/2924433) ## 2. 参考资料 - 课程源码:[learn-java-asm](https://gitee.com/lsieun/learn-java-asm) - [ASM官网](https://asm.ow2.io/) - ASM源码:[GitLab](https://gitlab.ow2.org/asm/asm) - ASM API文档:[javadoc](https://asm.ow2.io/javadoc/index.html) - ASM使用手册:[英文版](https://asm.ow2.io/asm4-guide.pdf)、[中文版](https://www.yuque.com/mikaelzero/asm) - 参考文献 - 2002年,[ASM: a code manipulation tool to implement adaptable systems(PDF)](https://lsieun.github.io/assets/pdf/asm-eng.pdf) - 2007年,[Using the ASM framework to implement common Java bytecode transformation patterns(PDF)](https://lsieun.github.io/assets/pdf/asm-transformations.pdf) - [Oracle: The Java Virtual Machine Specification, Java SE 8 Edition](https://docs.oracle.com/javase/specs/jvms/se8/html/index.html)
上一篇:从精准化测试看ASM在Android中的强势插入-读懂diff


下一篇:Linux C: 内嵌汇编语法