Java Bytecode Editor - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86) +--- Thread: Java Bytecode Editor (/showthread.php?tid=9) |
Java Bytecode Editor - Konloch - 07-17-2014 Java Bytecode Editor is an open sourced Java Bytecode Editor, it's succeeded by CJBE. Download, Website. RE: Java Bytecode Editor - chessgod101 - 08-18-2015 I took the original Java Bytecode Editor and put all of the classes into a simple jar. I think it is easier to use this way: http://rghost.net/6bY9DVlNr RE: Java Bytecode Editor - Konloch - 08-30-2015 (08-18-2015, 08:49 AM)chessgod101 Wrote: I took the original Java Bytecode Editor and put all of the classes into a simple jar. I think it is easier to use this way: Very useful, cheers! |