ASM
Posted weizhxa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ASM相关的知识,希望对你有一定的参考价值。
1、asm官网:http://asm.ow2.org/
2、ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow to easily assemble custom complex transformations and code analysis tools.
ASM仅仅是一个java二进制代码生成和分析框架。它可以直接通过二进制码的格式修改已经存在的类或者动态产生的类。并且提供了公共传输格式和分析算法用于自定义复杂传输格式。提供了代码分析工具。
以上是关于ASM的主要内容,如果未能解决你的问题,请参考以下文章
ASM字节码操作 工具类与常用类 asm-utils 与 asm-commons