Fravia's TOOLS OF OUR TRADE Messageboard ~ Moderated
ClassCracker
Friday, 22-Jan-99 19:25:08

check out this interesting Java decompiler/disassembler at http://www.tip.net.au/~mayon/

the demo version doesn't save and print among other restrictions and the code is crippled (our target would be MainFrame.class which ClassCracker will happily decompile). so the questions is how hard it'd be to put back at least the save function. the decompiled code seems to be displayed in a class which has settext/gettext methods so we could at least use that, but the real challenge is to save the decompiled code for the above mentioned class first. since both saving itself and clipboard operations are disabled, all we have left is the memory image that we could dump. anyone wanna give it a try? be careful, the text is probably in unicode which means 2 bytes per char ;-)

The Owl