C# Class TUP.AsmResolver.PE.Structures.IMAGE_OPTIONAL_HEADER32

Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Properties

Property Type Description
AddressOfEntryPoint System.UInt32
BaseOfCode System.UInt32
BaseOfData System.UInt32
CheckSum System.UInt32
DllCharacteristics System.UInt16
FileAlignment System.UInt32
ImageBase System.UInt32
LoaderFlags System.UInt32
Magic System.UInt16
MajorImageVersion System.UInt16
MajorLinkerVersion Byte
MajorOperatingSystemVersion System.UInt16
MajorSubsystemVersion System.UInt16
MinorImageVersion System.UInt16
MinorLinkerVersion Byte
MinorOperatingSystemVersion System.UInt16
MinorSubsystemVersion System.UInt16
NumberOfRvaAndSizes System.UInt32
SectionAlignment System.UInt32
SizeOfCode System.UInt32
SizeOfHeaders System.UInt32
SizeOfHeapCommit System.UInt32
SizeOfHeapReserve System.UInt32
SizeOfImage System.UInt32
SizeOfInitializedData System.UInt32
SizeOfStackCommit System.UInt32
SizeOfStackReserve System.UInt32
SizeOfUninitializedData System.UInt32
Subsystem System.UInt16
Win32VersionValue System.UInt32

Property Details

AddressOfEntryPoint public property

public UInt32,System AddressOfEntryPoint
return System.UInt32

BaseOfCode public property

public UInt32,System BaseOfCode
return System.UInt32

BaseOfData public property

public UInt32,System BaseOfData
return System.UInt32

CheckSum public property

public UInt32,System CheckSum
return System.UInt32

DllCharacteristics public property

public UInt16,System DllCharacteristics
return System.UInt16

FileAlignment public property

public UInt32,System FileAlignment
return System.UInt32

ImageBase public property

public UInt32,System ImageBase
return System.UInt32

LoaderFlags public property

public UInt32,System LoaderFlags
return System.UInt32

Magic public property

public UInt16,System Magic
return System.UInt16

MajorImageVersion public property

public UInt16,System MajorImageVersion
return System.UInt16

MajorLinkerVersion public property

public Byte MajorLinkerVersion
return Byte

MajorOperatingSystemVersion public property

public UInt16,System MajorOperatingSystemVersion
return System.UInt16

MajorSubsystemVersion public property

public UInt16,System MajorSubsystemVersion
return System.UInt16

MinorImageVersion public property

public UInt16,System MinorImageVersion
return System.UInt16

MinorLinkerVersion public property

public Byte MinorLinkerVersion
return Byte

MinorOperatingSystemVersion public property

public UInt16,System MinorOperatingSystemVersion
return System.UInt16

MinorSubsystemVersion public property

public UInt16,System MinorSubsystemVersion
return System.UInt16

NumberOfRvaAndSizes public property

public UInt32,System NumberOfRvaAndSizes
return System.UInt32

SectionAlignment public property

public UInt32,System SectionAlignment
return System.UInt32

SizeOfCode public property

public UInt32,System SizeOfCode
return System.UInt32

SizeOfHeaders public property

public UInt32,System SizeOfHeaders
return System.UInt32

SizeOfHeapCommit public property

public UInt32,System SizeOfHeapCommit
return System.UInt32

SizeOfHeapReserve public property

public UInt32,System SizeOfHeapReserve
return System.UInt32

SizeOfImage public property

public UInt32,System SizeOfImage
return System.UInt32

SizeOfInitializedData public property

public UInt32,System SizeOfInitializedData
return System.UInt32

SizeOfStackCommit public property

public UInt32,System SizeOfStackCommit
return System.UInt32

SizeOfStackReserve public property

public UInt32,System SizeOfStackReserve
return System.UInt32

SizeOfUninitializedData public property

public UInt32,System SizeOfUninitializedData
return System.UInt32

Subsystem public property

public UInt16,System Subsystem
return System.UInt16

Win32VersionValue public property

public UInt32,System Win32VersionValue
return System.UInt32