|
![]() |
|||
|
home products solutions news downloads order support about us |
|
|||
PE Explorer Feature Tour |
||||
|
|
EXE IMPORT VIEWER What An Executable File Imports See also: Delay Import Viewer, Export Viewer, Function Syntax Lookup 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.
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. ![]() 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 Quick Function Syntax Lookup for calling syntax of imported functions.
Take a look at
|
|||