How to use Dumpbin to view DLL export functions in VS2010

First, start -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools -> "Visual Studio Command Prompt (2010)"


open and enter dumpbin -exports D:\C_engineering\DLL1\Debug\DLL1.dll


to enter here You need to look at the absolute address of the DLL, and then you can see the return value.


File Type:DLL


Summary


1000 .data
1000 .idata
2000 .rdata
1000 .reloc
1000 .rsrc
4000 .text
10000 .textbss


This DLL has no exported functions, so only the above are displayed.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325933212&siteId=291194637