DUMPBIN /LOADCONFIG

This option directs that the Load Configuration Table be included in dumps of executables.

Syntax

No arguments are permitted. The option is /loadconfig only.

Behaviour

This option applies only to executables in PE format. The Load Configuration Table is located via the Optional Header’s Data Directory. As with other such data, the Load Configuration Table is part of the executable’s image and is expected to lie wholly within some section of that image.

For each applicable input file, for each eligible section (as determined by the /range and /section options), if the /loadconfig option is active and the Load Configuration Table is contained in that section, DUMPBIN adds its description of this Load Configuration Table to the dump of this section.