goblin::pe::export

Type Alias ExportOrdinalTable

Source
pub type ExportOrdinalTable = Vec<u16>;
Expand description

Array of indexes into the export address table.

Should obey the formula idx = ordinal - ordinalbase

Aliased Typeยง

struct ExportOrdinalTable { /* private fields */ }