Table of Contents

Enum OptionalHeaderMagic

Namespace
AsmResolver.PE.File
Assembly
AsmResolver.PE.File.dll

Provides valid values for the optional header magic.

public enum OptionalHeaderMagic : ushort

Fields

PE32 = 267

Indicates the binary contains a 32-bit portable executable file.

PE32Plus = 523

Indicates the binary contains a 64-bit portable executable file.

PE64 = 523

Indicates the binary contains a 64-bit portable executable file.