You are not logged in.

#1 2008-01-22 20:50:46

soylent_green_is_hamster
Member
Registered: 2006-11-15
Posts: 109

Java bytecode editor...

...does anyone know of one?

I'm only looking to make very minor changes to some classes in a .jar, so it doesn't have to be too fancy.

I've already tried this eclipse plugin:
http://andrei.gmxhome.de/bytecode/links.html

but couldn't get it to work.

Any other suggestions 
cheers!

Offline

#2 2008-01-23 00:47:12

soniX
Member
From: Oslo, Norway
Registered: 2004-01-23
Posts: 161

Re: Java bytecode editor...

no need to edit the bytecode directly.
unzip, jad( java decompiler) the classfile, change the javafile, compile changed javafile and package the whole thing up again.

Offline

#3 2008-01-23 08:45:28

soylent_green_is_hamster
Member
Registered: 2006-11-15
Posts: 109

Re: Java bytecode editor...

yeah - that's exactly what I'm doing
just wanted a slightly quicker, more convienient way...

thanks anyway

Offline

Board footer

Powered by FluxBB