Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.32 KB

dumpbin-reference.md

File metadata and controls

28 lines (23 loc) · 1.32 KB
title ms.custom ms.date ms.technology ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
DUMPBIN Reference | Microsoft Docs
11/04/2016
cpp-tools
reference
dumpbin
C++
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
corob-msft
corob
cplusplus

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

You can start this tool only from the Visual Studio command prompt. You cannot start it from a system command prompt or from File Explorer.

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

See Also

C/C++ Build Tools