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