ca.disassembly
Class ReDis

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

public class ReDis
extends java.lang.Object

This tool "re-disassembles" a commented disassembly file as follows: 1) The data from the text file is compared to the binary source. The tool errors if it doesn't match. 2) The tool makes sure the addresses in the text file are continuous 3) The tool reports mnemonics from the text file that do not match the current disassembly mnemonics 4) The tool regenerates the disassembly keeping the comments and non-disassembly from the text file


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