The PEExportType specifies the type describing exported functions.
Field Name | Type | Description |
---|---|---|
Function_Name0..1 | StringObjectPropertyType |
The Function_Name field specifies the name of the function exported by the PE binary. |
Entry_Point0..1 | HexBinaryObjectPropertyType |
The Entry_Point field specifies the entry point of the function exported by the PE binary. |
Ordinal0..1 | NonNegativeIntegerObjectPropertyType |
The Ordinal field specifies the ordinal value (index) of the function exported by the PE binary. |