This option displays the list of DLLs (both statically linked and delay loaded) that are imported into an executable file or DLL and all individual imports from these DLLs.
/IMPORTS[:file]
The optional file specification allows you to specify that only imports for that DLL are displayed. For example:
dumpbin /IMPORTS:msvcrt.dll
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
Send Feedback on this topic to the authors