首页 > 代码库 > ASM

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