Is there a way to find all the functions exposed by a dll

If you have MS Visual Studio, there is a command line tool called DUMPBIN.

dumpbin /exports <nameofdll>

Leave a Comment