B2R2


ImportDirectoryTable Type

The import information begins with the import directory table, which describes the remainder of the import information. This type includes both delay IDT and normal IDT.

Record fields

Record Field Description

DelayLoad

Full Usage: DelayLoad

Field type: bool

Indicate whether this IDT is delay IDT or not.

Field type: bool

ForwarderChain

Full Usage: ForwarderChain

Field type: int

The index of the first forwarder reference.

Field type: int

ImportAddressTableRVA

Full Usage: ImportAddressTableRVA

Field type: int

The RVA of the import address table. The contents of this table are identical to the contents of the import lookup table until the image is bound.

Field type: int

ImportDLLName

Full Usage: ImportDLLName

Field type: string

The name of the DLL to import.

Field type: string

ImportLookupTableRVA

Full Usage: ImportLookupTableRVA

Field type: int

The RVA of the import lookup table.

Field type: int