Possible Duplicate:
java bytecode editor?
I'm looking for a java Byte-code editor with following features minimum.
- GUI - simple to load class files and view the byte code
- Edit the java byte code and save it
Possible Duplicate:
java bytecode editor?
I'm looking for a java Byte-code editor with following features minimum.
Google jasper
and jasmin
. Also check out Disassembler Debugger for Java. I don't think there is any 'GUI' based implementation, although i can be wrong.