|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.disassembly.ReDis
public class ReDis
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 |
|---|
public ReDis()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||