Microsoft KB Archive/100636: Difference between revisions

From BetaArchive Wiki
m (Text replacement - ">" to ">")
m (Text replacement - "<" to "<")
 
Line 12: Line 12:
== SUMMARY ==
== SUMMARY ==


The 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 &lt;filename>:
The 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>:


<pre>  dumpbin -headers &lt;filename>
<pre>  dumpbin -headers <filename>
</pre>
</pre>
To obtain information about exported and imported symbols, use one of the following commands:
To obtain information about exported and imported symbols, use one of the following commands:
<pre>  dumpbin -exports &lt;filename>
<pre>  dumpbin -exports <filename>
   dumpbin -imports &lt;filename>
   dumpbin -imports <filename>
</pre>
</pre>
Additional query words: vcnt
Additional query words: vcnt

Latest revision as of 10:17, 20 July 2020

HOWTO: Retrieve Win32-based Executable File (PE) Header Info

Article ID: Q100636

The information in this article applies to:

  • Microsoft Visual C++, 32-bit Edition, versions 1.0, 2.0, 2.1, 4.0, 5.0

SUMMARY

The 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

Keywords          : TlsMisc 
Version           : WINDOWS:1.0,2.0,2.1,4.0,5.0;
Platform          : WINDOWS
Issue type        : kbhowto

Last Reviewed: October 1, 1997
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.