ASM
Home PageCategories: Compilation - Bytecode manipulation
Author: ObjectWeb
Latest version: 3.0
Added 2005-02-21Updated 2006-06-07
ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine.
ASM offers similar functionalities as BCEL or Serp, but ASM was designed to be used in a dynamic way and was therefore designed and implemented to be as small and as fast as possible.
ASM can of course be used in a static way too.
Built for Java |
Library |
Free or free version available |
Source code provided |