tools.disassembly
Class ReDis

java.lang.Object
  extended by tools.disassembly.ReDis

public class ReDis
extends java.lang.Object

Occasionally the disassembler changes (hopefully for the better). Then it may be necessary to "re-disassemble" a file by replacing the opcode mnemonics in place but leave the comments and data alone. This tool does that.


Constructor Summary
ReDis()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReDis

public ReDis()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception