SYNTAX

    e32header [options] <file_name>


OPTIONS

-h (--help) bool

Display help.

-x (--xip) bool

Assume the image file has a ROM header even if it does not reside in an XIP ROM.

-n (--not-xip) bool

Assume the image file does not have a ROM header even if resides in an XIP ROM.


ARGUMENTS

<file_name>

The name of the image file. [filename]


DESCRIPTION

Dumps the contents of an E32 image file's header in human readable plain text.

Note, a different header is present in XIP ROM files compared to other file systems. By default the header type is determined according to the type of file system the image file resides in (using RFs::IsFileInRom). It is possible to override this behaviour using the --xip option.


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.