44d22713da
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. ok aja@
6 lines
310 B
Plaintext
6 lines
310 B
Plaintext
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.
|