com.cmpware.tools
Class ElfWrapper

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

public class ElfWrapper
extends java.lang.Object

This class reads in a raw binary file and wraps it into a simple ELF format file. This permits a simple raw data file to be loaded at a given address. Usage: ElfWrapper addr inFile outFile

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

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
 
Constructor Summary
ElfWrapper()
           
 
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

ElfWrapper

public ElfWrapper()
Method Detail

main

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