Listing the exported functions of a DLL

Idov picture Idov · Dec 4, 2010 · Viewed 16.3k times · Source

I'm looking for a way (in C++/Windows) to list the exported functions of a DLL (and maybe even methods which are not exported) using dbgHelp.
Does anybody know which method can do it?

Answer

Cheers and hth. - Alf picture Cheers and hth. - Alf · Dec 4, 2010

If you're content with other tools then there are a number that do list exported functions. One is Microsoft's dumpbin, use the /exports option.