Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.21 KB

dumpbin-reference.md

File metadata and controls

24 lines (17 loc) · 1.21 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: DUMPBIN Reference
DUMPBIN Reference
08/09/2021
dumpbin
binary data, binary file dumper
DUMPBIN program
Microsoft COFF binary file dumper
COFF files, displaying information about
binary file dumper
4bc06822-5330-44b4-8a3f-6180dfd41dfb

DUMPBIN Reference

The Microsoft COFF Binary File Dumper (DUMPBIN.EXE) displays information about Common Object File Format (COFF) binary files. You can use DUMPBIN to examine COFF object files, standard libraries of COFF objects, executable files, and dynamic-link libraries (DLLs).

Note

We recommend you run DUMPBIN from the Visual Studio command prompt. You can't start it from a system command prompt unless you set the environment correctly. For more information, see Use the Microsoft C++ toolset from the command line.

Only the /HEADERS DUMPBIN option is available for use on files produced with the /GL compiler option.

See also

Additional MSVC Build Tools