C# Class PatchIat.ImageDosHeader

Afficher le fichier Open project: jystic/patch-iat

Méthodes publiques

Свойство Type Description
e_cblp System.UInt16
e_cp System.UInt16
e_cparhdr System.UInt16
e_crlc System.UInt16
e_cs System.UInt16
e_csum System.UInt16
e_ip System.UInt16
e_lfanew System.Int32
e_lfarlc System.UInt16
e_magic ImageDosSignature
e_maxalloc System.UInt16
e_minalloc System.UInt16
e_oemid System.UInt16
e_oeminfo System.UInt16
e_ovno System.UInt16
e_sp System.UInt16
e_ss System.UInt16

Méthodes publiques

Méthode Description
VerifySignature ( ) : void

Method Details

VerifySignature() public méthode

public VerifySignature ( ) : void
Résultat void

Property Details

e_cblp public_oe property

Bytes on last page of file
public UInt16,System e_cblp
Résultat System.UInt16

e_cp public_oe property

Pages in file
public UInt16,System e_cp
Résultat System.UInt16

e_cparhdr public_oe property

Size of header in paragraphs
public UInt16,System e_cparhdr
Résultat System.UInt16

e_crlc public_oe property

Relocations
public UInt16,System e_crlc
Résultat System.UInt16

e_cs public_oe property

Initial (relative) CS value
public UInt16,System e_cs
Résultat System.UInt16

e_csum public_oe property

Checksum
public UInt16,System e_csum
Résultat System.UInt16

e_ip public_oe property

Initial IP value
public UInt16,System e_ip
Résultat System.UInt16

e_lfanew public_oe property

File address of new exe header
public Int32,System e_lfanew
Résultat System.Int32

e_lfarlc public_oe property

File address of relocation table
public UInt16,System e_lfarlc
Résultat System.UInt16

e_magic public_oe property

Magic number
public ImageDosSignature e_magic
Résultat ImageDosSignature

e_maxalloc public_oe property

Maximum extra paragraphs needed
public UInt16,System e_maxalloc
Résultat System.UInt16

e_minalloc public_oe property

Minimum extra paragraphs needed
public UInt16,System e_minalloc
Résultat System.UInt16

e_oemid public_oe property

OEM identifier (for e_oeminfo)
public UInt16,System e_oemid
Résultat System.UInt16

e_oeminfo public_oe property

OEM information; e_oemid specific
public UInt16,System e_oeminfo
Résultat System.UInt16

e_ovno public_oe property

Overlay number
public UInt16,System e_ovno
Résultat System.UInt16

e_sp public_oe property

Initial SP value
public UInt16,System e_sp
Résultat System.UInt16

e_ss public_oe property

Initial (relative) SS value
public UInt16,System e_ss
Résultat System.UInt16