B2R2


ExportDirectoryTable Type

The export directory table contains address information that is used to resolve imports to the entry points within this image.

Record fields

Record Field Description

AddressTableEntries

Full Usage: AddressTableEntries

Field type: int

The number of entries in the export address table.

Field type: int

ExportAddressTableRVA

Full Usage: ExportAddressTableRVA

Field type: int

The address of the export address table, relative to the image base.

Field type: int

ExportDLLName

Full Usage: ExportDLLName

Field type: string

The name of the DLL to export.

Field type: string

NamePointerRVA

Full Usage: NamePointerRVA

Field type: int

The address of the export name pointer table, relative to the image base. The table size is given by the Number of Name Pointers field.

Field type: int

NumNamePointers

Full Usage: NumNamePointers

Field type: int

The number of entries in the name pointer table. This is also the number of entries in the ordinal table.

Field type: int

OrdinalBase

Full Usage: OrdinalBase

Field type: int

The starting ordinal number for exports in this image. This field specifies the starting ordinal number for the export address table. It is usually set to 1.

Field type: int

OrdinalTableRVA

Full Usage: OrdinalTableRVA

Field type: int

The address of the ordinal table, relative to the image base.

Field type: int