EXEHDR provides a listing of the contents of the header of an executable
file. It also provides a listing of the attributes of all segments in the
file.
Uses of EXEHDR include:
- Determining whether a file is an application or a
dynamic link library
- Modifying and viewing the attributes set by the module
definition file
- Viewing the number and size of code and data segments.
[Back]
[Next]