Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / DLL

List Exported Functions of DLL

0.00/5 (No votes)
17 Feb 2010CPOL 24.1K  
The following command lists all the functions which are exported from a DLL.Dumpbin/exports filenameType the following command in Visual Studio command prompt.Dumpbin/exports Csp2.dllCommand name will list all the exported functionanmes from the DLL
The following command lists all the functions which are exported from a DLL.

Dumpbin/exports  filename


Type the following command in Visual Studio command prompt.

Dumpbin/exports  Csp2.dll


Command name will list all the exported functionanmes from the DLL

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)