Java ASM系列一:Core API

2021/6/18 17:26:49

本文主要是介绍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)

这篇关于Java ASM系列一:Core API的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程