#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... | |
Definition at line 350 of file pe_structures.h.
| uint32_t pe_export_directory_table::AddressTableEntries |
Number of entries in the export address table.
Definition at line 357 of file pe_structures.h.
| uint32_t pe_export_directory_table::ExportAddressTableRVA |
Address of the export address table (RVA)
Definition at line 359 of file pe_structures.h.
| uint32_t pe_export_directory_table::ExportFlags |
Reserverd must be 0.
Definition at line 351 of file pe_structures.h.
| uint16_t pe_export_directory_table::MajorVersion |
The Major version number.
Definition at line 353 of file pe_structures.h.
| uint16_t pe_export_directory_table::MinorVersion |
The Minor version number.
Definition at line 354 of file pe_structures.h.
| uint32_t pe_export_directory_table::NamePointerRVA |
Address of the name pointer table (RVA)
Definition at line 360 of file pe_structures.h.
| 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.
| uint32_t pe_export_directory_table::NumberOfNamePointers |
Number of entries in the name pointer table.
Definition at line 358 of file pe_structures.h.
| uint32_t pe_export_directory_table::OrdinalBase |
The starting ordinal number for exports. (Usually 1)
Definition at line 356 of file pe_structures.h.
| uint32_t pe_export_directory_table::OrdinalTableRVA |
Address of the ordinal table (RVA)
Definition at line 361 of file pe_structures.h.
| 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.