Click here to Skip to main content
15,884,473 members
Articles / DLL

List Exported Functions of DLL

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
17 Feb 2010CPOL 23.8K   1  
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

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

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


Written By
Software Developer
India India
I am a Software Developer in Dotnet technologies. I also provide online training in dotnet technologies.

Comments and Discussions