Pelles C forum

C language => Windows questions => Topic started by: Sanguis on March 07, 2007, 09:40:04 PM

Title: Enumerate exported functions in a DLL
Post by: Sanguis on March 07, 2007, 09:40:04 PM
Hello,

I'm trying to store all functions in a Dll's .edata section in a list.
I found the Sym_ and Image_ functions, but I don't seem to understand them. I know how PE apps work and how their data is aligned, but I just want to use "these high-level functions".

Can anyone give an example?

Thanks!
Title: Enumerate exported functions in a DLL
Post by: frankie on March 08, 2007, 12:16:54 PM
Maybe these helps:
http://msdn.microsoft.com/msdnmag/issues/02/03/hood/default.aspx
http://msdn.microsoft.com/msdnmag/issues/02/06/Bugslayer/