>Does someone out there know of a good Java byte code disassembler /
>assembler pair (one that is actually working with current Java languate
>and VM). I gave the ones from the Kopi project a try, but the code
>generated seems to contain errors, or at least I can't run it against my
>testbench anymore. Any experiences?
see http://mindprod.com/jgloss/decompiler.html
http://mindprod.com/jgloss/disassembler.html

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Andy - 12 Jun 2004 05:35 GMT
I am writing library in C for java bytecode manipulation.
So far it can only read bytecode, as example see
friend.jdump package at http://sourceforge.net/projects/myfriend/
Andy
> >Does someone out there know of a good Java byte code disassembler /
> >assembler pair (one that is actually working with current Java languate
[quoted text clipped - 9 lines]
> Coaching, problem solving, economical contract programming.
> See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.