Public Attributes | List of all members
pe_export_directory_table Struct Reference

#include <pe_structures.h>

Public Attributes

uint32_t AddressTableEntries
 Number of entries in the export address table. More...
 
uint32_t ExportAddressTableRVA
 Address of the export address table (RVA) More...
 
uint32_t ExportFlags
 Reserverd must be 0. More...
 
uint16_t MajorVersion
 The Major version number. More...
 
uint16_t MinorVersion
 The Minor version number. More...
 
uint32_t NamePointerRVA
 Address of the name pointer table (RVA) More...
 
uint32_t NameRVA
 The address of the ASCII DLL's name (RVA) More...
 
uint32_t NumberOfNamePointers
 Number of entries in the name pointer table. More...
 
uint32_t OrdinalBase
 The starting ordinal number for exports. (Usually 1) More...
 
uint32_t OrdinalTableRVA
 Address of the ordinal table (RVA) More...
 
uint32_t Timestamp
 The time and date that the export data was created. More...
 

Detailed Description

Definition at line 350 of file pe_structures.h.

Member Data Documentation

◆ AddressTableEntries

uint32_t pe_export_directory_table::AddressTableEntries

Number of entries in the export address table.

Definition at line 357 of file pe_structures.h.

◆ ExportAddressTableRVA

uint32_t pe_export_directory_table::ExportAddressTableRVA

Address of the export address table (RVA)

Definition at line 359 of file pe_structures.h.

◆ ExportFlags

uint32_t pe_export_directory_table::ExportFlags

Reserverd must be 0.

Definition at line 351 of file pe_structures.h.

◆ MajorVersion

uint16_t pe_export_directory_table::MajorVersion

The Major version number.

Definition at line 353 of file pe_structures.h.

◆ MinorVersion

uint16_t pe_export_directory_table::MinorVersion

The Minor version number.

Definition at line 354 of file pe_structures.h.

◆ NamePointerRVA

uint32_t pe_export_directory_table::NamePointerRVA

Address of the name pointer table (RVA)

Definition at line 360 of file pe_structures.h.

◆ NameRVA

uint32_t pe_export_directory_table::NameRVA

The address of the ASCII DLL's name (RVA)

Definition at line 355 of file pe_structures.h.

◆ NumberOfNamePointers

uint32_t pe_export_directory_table::NumberOfNamePointers

Number of entries in the name pointer table.

Definition at line 358 of file pe_structures.h.

◆ OrdinalBase

uint32_t pe_export_directory_table::OrdinalBase

The starting ordinal number for exports. (Usually 1)

Definition at line 356 of file pe_structures.h.

◆ OrdinalTableRVA

uint32_t pe_export_directory_table::OrdinalTableRVA

Address of the ordinal table (RVA)

Definition at line 361 of file pe_structures.h.

◆ Timestamp

uint32_t pe_export_directory_table::Timestamp

The time and date that the export data was created.

Definition at line 352 of file pe_structures.h.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:47