libd.data.coff_pe

Undocumented in source.

Members

Enums

CoffCharacteristics
enum CoffCharacteristics
Undocumented in source.
CoffMachineType
enum CoffMachineType
Undocumented in source.
CoffOptionalHeaderMagic
enum CoffOptionalHeaderMagic
Undocumented in source.
CoffPeDllCharacteristics
enum CoffPeDllCharacteristics
Undocumented in source.
CoffPeSubsystem
enum CoffPeSubsystem
Undocumented in source.
CoffSectionTableCharacteristics
enum CoffSectionTableCharacteristics
Undocumented in source.

Functions

coffpeParseHeader
SimpleResult!CoffPe coffpeParseHeader(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

COFF_HEADER_MAGIC
enum COFF_HEADER_MAGIC;
Undocumented in source.
DOS_HEADER_MAGIC
enum DOS_HEADER_MAGIC;
Undocumented in source.

Structs

CoffHeader
struct CoffHeader
Undocumented in source.
CoffOptionalHeader
struct CoffOptionalHeader
Undocumented in source.
CoffPe
struct CoffPe
Undocumented in source.
CoffPeDataDirectories
struct CoffPeDataDirectories
Undocumented in source.
CoffPeDataDirectory
struct CoffPeDataDirectory
Undocumented in source.
CoffPeFields
struct CoffPeFields
Undocumented in source.
CoffSectionTable
struct CoffSectionTable
Undocumented in source.
CoffStandardFields
struct CoffStandardFields
Undocumented in source.
DosHeader
struct DosHeader
Undocumented in source.

Meta