> Can someone point me in the direction of a how-to for reading the Import
> Address Table for an .exe or .dll file? I'm trying to programmatically
> determine DLL dependencies (like Depends.exe, but in my own application).
> Also, is there a way to determine LoadLibrary dependencies
> programmatically without loading and running the application? A pointer
> to an article or other resource would be much appreciated.
Hi,
This might be a good place to start:
http://msdn.microsoft.com/msdnmag/issues/02/02/PE/

Signature
Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"
Mike C# - 19 Aug 2006 17:07 GMT
Thanks Bruno, I'll check it out!
>> Can someone point me in the direction of a how-to for reading the Import
>> Address Table for an .exe or .dll file? I'm trying to programmatically
[quoted text clipped - 6 lines]
> This might be a good place to start:
> http://msdn.microsoft.com/msdnmag/issues/02/02/PE/