|
![]() |
|||
|
home products solutions news downloads order support about us |
|
|||
PE Explorer Feature Tour |
||||
|
|
DELAY IMPORT VIEWER Information on linked delay-load libraries See also: Import Viewer, Export Viewer, Function Syntax Lookup PE Explorer Delay Import Viewer shows the information about linked delay-load libraries, the list of function that an executable file imports, and the DLL's from which the program imports these functions.
Get the list of delay-load imported functions The Delay Import table was added to the EXE image in order to support a uniform mechanism for applications to delay the loading of a DLL until the first call into that DLL. This is a better way for a loading a DLL which is rarely used. That is, the DLL is linked but not actually loaded, the operating system lets you put off loading a DLL and hooking up to its APIs until you actually call the API. This feature does not exist in Windows 9x and prior versions of Windows NT. ![]() LEFT PANE RVA - Address of ASCII string containing the DLL name. This address is relative to the Image Base. RIGHT PANE RVA - RVA of an array of of 32-bit numbers for PE32, 64-bit for PE32+. The collection of these entries describes all imports from the image to a given DLL. IMPORT PROPERTIES Name Table - RVA of the string that must be matched to the public name in the DLL. See also: Quick Function Syntax Lookup for calling syntax of imported functions.
|
|||