How to view DLL functions?

sumit picture sumit · Dec 14, 2010 · Viewed 351.6k times · Source

I have a DLL file. How can I view the functions in that DLL?

Answer

detunized picture detunized · Dec 14, 2010

For native code it's probably best to use Dependency Walker. It also possible to use dumpbin command line utility that comes with Visual Studio.