B2R2


ExportAddressTableField Type

Each entry in the export address table is a field that uses one of two formats: ExportRVA and ForwarderRVA.

Union cases

Union case Description

ExportRVA int

Full Usage: ExportRVA int

Parameters:
    Item : int

The address of the exported symbol when loaded into memory, relative to the image base. For example, the address of an exported function.

Item : int

ForwarderRVA int

Full Usage: ForwarderRVA int

Parameters:
    Item : int

The pointer to a null-terminated ASCII string in the export section. This string must be within the range that is given by the export table data directory entry.

Item : int