Struct goblin::pe::export::ExportData[][src]

pub struct ExportData<'a> {
    pub name: Option<&'a str>,
    pub export_directory_table: ExportDirectoryTable,
    pub export_name_pointer_table: ExportNamePointerTable,
    pub export_ordinal_table: ExportOrdinalTable,
    pub export_address_table: ExportAddressTable,
}
Expand description

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

Fields

name: Option<&'a str>export_directory_table: ExportDirectoryTableexport_name_pointer_table: ExportNamePointerTableexport_ordinal_table: ExportOrdinalTableexport_address_table: ExportAddressTable

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.