Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 1.63 KB

File metadata and controls

54 lines (49 loc) · 1.63 KB
title DUMPBIN Reference | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
dumpbin
dev_langs
C++
helpviewer_keywords
binary data, binary file dumper
DUMPBIN program
Microsoft COFF binary file dumper
COFF files, displaying information about
binary file dumper
ms.assetid 4bc06822-5330-44b4-8a3f-6180dfd41dfb
caps.latest.revision 10
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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 [!INCLUDEvsprvs] 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