Free Trial Software Downloads EXE import table list
Heaventools Home
 

home      products      solutions     news     downloads     order     support     about us

 

 
PE Explorer Feature Tour
 

 

 prev | next 

EXE IMPORT VIEWER

What An Executable File Imports

See also: Delay Import Viewer, Export Viewer, Function Syntax Lookup
             How do I get parameters on function exports?

PE Explorer Import Viewer shows the information about linked libraries and functions, the list of function that an executable file imports, and the DLL's from which the program imports these functions.

Download a 30 day trial version of PE Explorer     How to Order

Retrieve the List of Imported Functions

When the program file is loaded, the operating system finds a table of data in the file which contains the list of functions the program is going to use from the DLL. It uses the information to search the DLLs for the addresses of the functions to be patched into the main program.

Import Viewer to view the list of imported functions

LEFT PANE

RVA - Address of ASCII string containing the DLL name. This address is relative to the Image Base.
Name - Name of the DLL in which the imported functions reside.

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.
Hint - Index into the Export Table of the DLL the function resides in.
Name - Function names.

IMPORT PROPERTIES

Name Table - RVA of the string that must be matched to the public name in the DLL.
Time Date Stamp - Set to zero until bound; then this field is set to the 'TimeDateStamp' of the exporting DLL's 'FileHeader'.
Forwarder Chain - The 32-bit index of the first forwarder in the list of imported functions.
RVA - Address of ASCII string containing the DLL name. This address is relative to the Image Base.
Address Table - Relative virtual address of the Import Address Table.

See Quick Function Syntax Lookup for calling syntax of imported functions.

Feature Tour  
 prev | next 

 

Take a look at  PE Explorer Screenshots

Buy Now Personal License ... US$129.00
Business License ... US$229.95

Download a 30 day trial version of PE Explorer     How to Order

     

Home  •   Site Map  •   Purchase  •   Downloads  •   Support  •   F.A.Q.  •   Forum  •   About