[][src]Module goblin::pe::export

Structs

Export

An exported symbol in this binary, contains synthetic data (name offset, etc., are computed)

ExportData

Export data contains the dll name which other libraries can import symbols by (two-level namespace), as well as other important indexing data allowing symbol lookups

ExportDirectoryTable

Enums

ExportAddressTableEntry
Reexport

PE binaries have two kinds of reexports, either specifying the dll's name, or the ordinal value of the dll

Constants

SIZEOF_EXPORT_ADDRESS_TABLE_ENTRY
SIZEOF_EXPORT_DIRECTORY_TABLE

Type Definitions

ExportAddressTable
ExportNamePointerTable

Array of rvas into the export name table

ExportOrdinalTable

Array of indexes into the export address table.