Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 2.04 KB

dumpbin-options.md

File metadata and controls

72 lines (41 loc) · 2.04 KB
title description ms.date helpviewer_keywords ms.assetid
DUMPBIN options
Reference guide to the Microsoft DUMPBIN utility command-line options.
02/09/2020
DUMPBIN program, options
563b696e-7599-4480-94b9-014776289ec8

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 can't 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 aren't case-sensitive. Most options apply to all binary files, but 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.

Options list

DUMPBIN has the following options:

To list the options supported by DUMPBIN on the command line, use the /? option.

See also

Additional MSVC build tools
DUMPBIN command line
DUMPBIN reference