BindImage Table
The BindImage table contains information about each executable or DLL that needs to be bound to the DLLs imported by it.
The BindImage table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
File_ | Identifier | Y | N |
Path | Paths | N | Y |
Columns
-
File_
-
An external key to column one of the File table. This must be an executable file or a DLL file.
-
Path
-
A list of paths, separated by semicolons, that represent the paths to be searched to find the imported DLLs. The list is usually a list of properties, with each property enclosed inside square brackets ([ ]) .
Remarks
The installer computes the virtual address of each function that is imported from all DLLs, and the computed virtual address is then saved in the importing image's Import Address Table (IAT).
This table is referred to when the BindImage action is executed.
Validation