jonscheiding
Programmer
I have been searching for a way to examine an unmanaged DLL and determine what functions it exports. More specifically, I'm trying to write code that will determine whether a DLL is a valid GINA. The way I had intended to do this was to get a list of the functions it exports and determine whether that list contains the ones a GINA must export. However, I haven't been able to find a way to accomplish this. Does anyone know of a way that I can load an unmanaged DLL, specified at run time, and retrieve the list of functions that it exports?
Thanks.
Thanks.