C# Class PatchIat.ImageOptionalHeader

Afficher le fichier Open project: jystic/patch-iat

Méthodes publiques

Свойство Type Description
AddressOfEntryPoint System.UInt32
BaseOfCode System.UInt32
BaseOfData System.UInt32
CheckSum System.UInt32
DllCharacteristics System.UInt16
FileAlignment System.UInt32
ImageBase System.IntPtr
LoaderFlags System.UInt32
Magic ImageHeaderType
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.IntPtr
SizeOfHeapReserve System.IntPtr
SizeOfImage System.UInt32
SizeOfInitializedData System.UInt32
SizeOfStackCommit System.IntPtr
SizeOfStackReserve System.IntPtr
SizeOfUninitializedData System.UInt32
Subsystem System.UInt16
Win32VersionValue System.UInt32

Méthodes publiques

Méthode Description
GetDataDirectory ( int index ) : ImageDataDirectory

Method Details

GetDataDirectory() public méthode

public GetDataDirectory ( int index ) : ImageDataDirectory
index int
Résultat ImageDataDirectory

Property Details

AddressOfEntryPoint public_oe property

public UInt32,System AddressOfEntryPoint
Résultat System.UInt32

BaseOfCode public_oe property

public UInt32,System BaseOfCode
Résultat System.UInt32

BaseOfData public_oe property

public UInt32,System BaseOfData
Résultat System.UInt32

CheckSum public_oe property

public UInt32,System CheckSum
Résultat System.UInt32

DllCharacteristics public_oe property

public UInt16,System DllCharacteristics
Résultat System.UInt16

FileAlignment public_oe property

public UInt32,System FileAlignment
Résultat System.UInt32

ImageBase public_oe property

public IntPtr,System ImageBase
Résultat System.IntPtr

LoaderFlags public_oe property

public UInt32,System LoaderFlags
Résultat System.UInt32

Magic public_oe property

public ImageHeaderType Magic
Résultat ImageHeaderType

MajorImageVersion public_oe property

public UInt16,System MajorImageVersion
Résultat System.UInt16

MajorLinkerVersion public_oe property

public Byte MajorLinkerVersion
Résultat Byte

MajorOperatingSystemVersion public_oe property

public UInt16,System MajorOperatingSystemVersion
Résultat System.UInt16

MajorSubsystemVersion public_oe property

public UInt16,System MajorSubsystemVersion
Résultat System.UInt16

MinorImageVersion public_oe property

public UInt16,System MinorImageVersion
Résultat System.UInt16

MinorLinkerVersion public_oe property

public Byte MinorLinkerVersion
Résultat Byte

MinorOperatingSystemVersion public_oe property

public UInt16,System MinorOperatingSystemVersion
Résultat System.UInt16

MinorSubsystemVersion public_oe property

public UInt16,System MinorSubsystemVersion
Résultat System.UInt16

NumberOfRvaAndSizes public_oe property

public UInt32,System NumberOfRvaAndSizes
Résultat System.UInt32

SectionAlignment public_oe property

public UInt32,System SectionAlignment
Résultat System.UInt32

SizeOfCode public_oe property

public UInt32,System SizeOfCode
Résultat System.UInt32

SizeOfHeaders public_oe property

public UInt32,System SizeOfHeaders
Résultat System.UInt32

SizeOfHeapCommit public_oe property

public IntPtr,System SizeOfHeapCommit
Résultat System.IntPtr

SizeOfHeapReserve public_oe property

public IntPtr,System SizeOfHeapReserve
Résultat System.IntPtr

SizeOfImage public_oe property

public UInt32,System SizeOfImage
Résultat System.UInt32

SizeOfInitializedData public_oe property

public UInt32,System SizeOfInitializedData
Résultat System.UInt32

SizeOfStackCommit public_oe property

public IntPtr,System SizeOfStackCommit
Résultat System.IntPtr

SizeOfStackReserve public_oe property

public IntPtr,System SizeOfStackReserve
Résultat System.IntPtr

SizeOfUninitializedData public_oe property

public UInt32,System SizeOfUninitializedData
Résultat System.UInt32

Subsystem public_oe property

public UInt16,System Subsystem
Résultat System.UInt16

Win32VersionValue public_oe property

public UInt32,System Win32VersionValue
Résultat System.UInt32