Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1 KB

imports-dumpbin.md

File metadata and controls

31 lines (22 loc) · 1 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: /IMPORTS (DUMPBIN)
/IMPORTS (DUMPBIN)
11/04/2016
/imports
IMPORTS dumpbin option
/IMPORTS dumpbin option
-IMPORTS dumpbin option
6a296216-2b1b-40f8-8736-cd4553a22456

/IMPORTS (DUMPBIN)

/IMPORTS[:file]

This option displays the list of DLLs (both statically linked and delay loaded) that are imported to an executable file or DLL and all the individual imports from each of these DLLs.

The optional file specification allows you to specify that the imports for only that DLL will be displayed. For example:

dumpbin /IMPORTS:msvcrt.dll

Remarks

The output displayed by this option is similar to the /EXPORTS output.

Only the /HEADERS DUMPBIN option is available for use on files produced with the /GL compiler option.

See also

DUMPBIN Options