Thread: java cracking
View Single Post
  #17  
Old 04-11-2012, 03:53
remal
 
Posts: n/a
I used to use ObjectWebs ASM (http://asm.ow2.org/) to disassemble Java bytecodes to Java code. Then modify that Java code, re-compile it, and use it to generate a proper bytecode file. It's a little bit round about but it works wonderfully and more versatile than patching alone.
Reply With Quote
The Following User Gave Reputation+1 to For This Useful Post:
besoeso (04-12-2012)