com.cmpware.tools
Class ElfDump

java.lang.Object
  extended by com.cmpware.tools.ElfDump

public class ElfDump
extends java.lang.Object

This class reads in an ELF file and dumps the data structures. This is used primarily for debug. Usage: ElfDump inFile

Copyright (c) 2007 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
 
Constructor Summary
ElfDump()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values
Constructor Detail

ElfDump

public ElfDump()
Method Detail

main

public static void main(java.lang.String[] args)
The main program.