Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 2.83 KB

File metadata and controls

93 lines (67 loc) · 2.83 KB
title DUMPBIN Options | 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
DUMPBIN program, options
ms.assetid 563b696e-7599-4480-94b9-014776289ec8
caps.latest.revision 11
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

DUMPBIN Options

An option consists of an option specifier, which is either a dash ( - ) or a forward slash (/), followed by the name of the option. Option names cannot be abbreviated. Some options take arguments, specified after a colon (:). No spaces or tabs are allowed within an option specification. Use one or more spaces or tabs to separate option specifications on the command line. Option names and their keyword or file name arguments are not case sensitive. Most options apply to all binary files; a few apply only to certain types of files. By default, DUMPBIN sends information to standard output. Use the /OUT option to send output to a file.

DUMPBIN has the following options:

See Also

C/C++ Build Tools
DUMPBIN Reference