Is there a java classfile / bytecode editor to edit instructions? [closed]
I use reJ for editing class files directly. It allows you to edit instructions, methods, constant pool, diff classes, and a split view with a hex editor. It’s ridiculously awesome.