Module goblin::pe::export [−][src]
Structs
| Export | An exported symbol in this binary, contains synthetic data (name offset, etc., are computed) |
| ExportData | Export data contains the |
| 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. |