HOWTO: Retrieve Win32-based Executable File (PE) Header InfoLast reviewed: September 30, 1997Article ID: Q100636 |
The information in this article applies to:
SUMMARYThe EXEHDR program displays the information in the executable file header for applications developed for the MS-DOS, OS/2, and Microsoft Windows operating systems. The following command retrieves PE (Portable Executable) header information for a Win32-based executable file (.EXE or .DLL filename extension) named <filename>:
dumpbin -headers <filename>To obtain information about exported and imported symbols, use one of the following commands:
dumpbin -exports <filename> dumpbin -imports <filename> |
Additional query words: vcnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |