community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Import Address Table


Message boards   Post comment

Import Address Table

Every win32 executable application has an Import Address Table (IAT) residing inside the program. The IAT is used as a lookup table when the application is calling a windows API function.

There are many windows operating systems, and they all have different addresses for their API functions, because of different structured DLL's. When an application starts, it has a list of all functions that aren't originally a part of the application. These functions, called imports, are located in the operating systems DLL's, but the application doesn't know where. So before starting, it has to build the IAT table by finding the address of the API it wants to call.

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Import Address Table".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.