Hey,
I was just wondering, how can I enumerate the exported functions of a DLL?
Anyone have any ideas?
Printable View
Hey,
I was just wondering, how can I enumerate the exported functions of a DLL?
Anyone have any ideas?
The ImgHelp library might have functions. Else you'll have to learn about the DLL format and read it yourself.
Sounds like I have a little bit of investigation to do.
Thanx
I think this might help!
http://www.microsoft.com/msj/default...197/newnav.htm
Right-on....
Hmmm it looks like it is using that ImageHelp library...
Yes it is, sorry, I didn't know you didn't want to use it... Good luck anyway and let us know if you've found a solution ;)
Oh I had nothing against using the ImageHelp library. Before CornedBee mentioned it, I didn't even know that it existed. So I'll probably use it. No point in writing something that is provided by the system.
Thanx guys
I think ImgHlp.dll is not distributed with Win9x, but I might be wrong.
Well even if that is the case, what I'm writing will only be running on NT based systems (NT 4.0, 2000, and XP).