I want to display list of functions one can access in DLL. How can I do that? I read about DbgHelp but don't know how to do it.
(It's a code request not a program that does it).
I want to display list of functions one can access in DLL. How can I do that? I read about DbgHelp but don't know how to do it.
(It's a code request not a program that does it).
Call the following command with the system function and catch the result
dumpbin /exports "C:....path to your DLL...."