asm是什么意思?

来源:6-9 实战:规划目标类的结构【生成汇总映射表】

慕妹8319097

2021-06-03

asm是什么的简称?有什么作用?应用于哪里?

写回答

1回答

allenfeng

2021-06-04

这是一个字节码修改与分析工具。

通常可用于插桩、代码检测等领域。

更详细的可以参考官方网站的介绍: https://asm.ow2.io/

ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or to dynamically generate classes, directly in binary form. ASM provides some common bytecode transformations and analysis algorithms from which custom complex transformations and code analysis tools can be built. ASM offers similar functionality as other Java bytecode frameworks, but is focused on performance. Because it was designed and implemented to be as small and as fast as possible, it is well suited for use in dynamic systems (but can of course be used in a static way too, e.g. in compilers).

0
0

Android 应用程序构建实战+原理精讲

深度掌握 Gradle 使用,系统性学习 Android 应用构建知识

450 学习 · 116 问题

查看课程