Say I want to take a java class file, disassemble it, tweak the java bytecode ... Did you check the ASM API? Here is a code sample (adapted from the official ...
stackoverflow.com