Need to manipulate Bytecode in any way? Try ASM. - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86) +--- Thread: Need to manipulate Bytecode in any way? Try ASM. (/showthread.php?tid=82) |
Need to manipulate Bytecode in any way? Try ASM. - Konloch - 10-07-2014 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 |