You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-user@jakarta.apache.org by Volker <bc...@Trendsetter.de> on 2003/10/12 08:02:11 UTC

Newer Class Construction Kit for Becel 5.1?

Hi,

under http://bcel.sourceforge.net/
I downloaded the "Class Construction Kit" - a tool for the visual
creation or modification of Java class files - several months ago.

That version ist still in Beta (1.0 Beta5) and although it really has a
nice GUI I think I cannot use it at the moment because simply changing
one byte in a class file loaded into "Class Construction Kit" and
storing it again results in a classfile you cannot use anymore. The code
does not run anymore.

So my question is: Does anyone know a visual construction kit
(disassembler AND assembler) for bcel with which I can modify classes
dynamically by entering the assembler commands and/or bytecodes?

Or does anyone of you know an application that provides such a
functionality - even without bcel?


Best regards

Volker


---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-user-help@jakarta.apache.org


Re: Newer Class Construction Kit for Becel 5.1?

Posted by Luca Martini <lu...@iet.unipi.it>.
On Sun, 12 Oct 2003 08:02:11 +0200
Volker <bc...@Trendsetter.de> wrote:

~~> So my question is: Does anyone know a visual construction kit
~~> (disassembler AND assembler) for bcel with which I can modify classes
~~> dynamically by entering the assembler commands and/or bytecodes?
~~> 
~~> Or does anyone of you know an application that provides such a
~~> functionality - even without bcel?

I don't know any visual kit. I use the JasminVisitor example of bcel to generate
classfile(s) in Jasmin syntax. Then I modify it with Emacs (there is also a
jasmin mode around the net) and  I assemble with jasmin. Voila'.

regards,
	Luca

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-user-help@jakarta.apache.org