Project Description

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 you to easily assemble custom complex transformations and code analysis tools. ASM offers similar functionality as other bytecode frameworks, but it is focused on simplicity of use and performance. Because it was designed and implemented to be as small and as fast as possible, it is very attractive for use in dynamic systems.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project