Import Address Table

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
 
B

Bruno van Dooren [MVP VC++]

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top