Import Address Table

  • Thread starter Thread starter Mike C#
  • Start date Start date
M

Mike C#

Hi all,

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.

Thanks
 
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/

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top