DUMPBIN Utility

From COPTR
Jump to navigation Jump to search





The DUMPBIN utility, which is provided with the 32-bit version of Microsoft Visual C++, combines the abilities of the LINK, LIB, and EXEHDR utilities.
Homepage:http://support.microsoft.com/kb/177429
Function:Metadata Extraction,File Format Identification
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt662a2a01898b74_43929858


Description[edit]

The DUMPBIN utility, which is provided with the 32-bit version of Microsoft Visual C++, combines the abilities of the LINK, LIB, and EXEHDR utilities. The combination of these tools features the ability to provide information about the format and symbols provided in executable, library, and DLL files.

User Experiences[edit]

Development Activity[edit]