Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.15 KB

dumpbin-command-line.md

File metadata and controls

34 lines (29 loc) · 1.15 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
DUMPBIN Command Line | Microsoft Docs
11/04/2016
cpp-tools
article
dumpbin
C++
DUMPBIN program, command line
e6ad17d3-965d-41aa-9dfd-75bb073718d4
8
corob-msft
corob
ghogen

DUMPBIN Command Line

To run DUMPBIN, use the following syntax:

DUMPBIN [options] files...  

Specify one or more binary files, along with any options required to control the information. DUMPBIN displays the information to standard output. You can either redirect it to a file or use the /OUT option to specify a file name for the output.

When you run DUMPBIN on a file without specifying an option, DUMPBIN displays the /SUMMARY output.

When you type the command dumpbin without any other command-line input, DUMPBIN displays a usage statement that summarizes its options.

See Also

C/C++ Build Tools
DUMPBIN Reference