|
The number of entries in the export address table.
-
Field type:
int
|
|
The address of the export address table, relative to the image base.
-
Field type:
int
|
|
The name of the DLL to export.
-
Field type:
string
|
|
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
|
|
The number of entries in the name pointer table. This is also the number
of entries in the ordinal table.
-
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
|
|
The address of the ordinal table, relative to the image base.
-
Field type:
int
|