The Bytecode Club

Full Version: Need to manipulate Bytecode in any way? Try ASM.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have written many programs to interact with Java classfiles, and in each of them I've been using ASM. I've tested BCEL and I found that ASM is easier to use, and provides the same functionality.

Main Website
Java Docs