C# Class PatchIat.ImageDosHeader

ファイルを表示 Open project: jystic/patch-iat

Public Properties

Property 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

Public Methods

Method Description
VerifySignature ( ) : void

Method Details

VerifySignature() public method

public VerifySignature ( ) : void
return void

Property Details

e_cblp public_oe property

Bytes on last page of file
public UInt16,System e_cblp
return System.UInt16

e_cp public_oe property

Pages in file
public UInt16,System e_cp
return System.UInt16

e_cparhdr public_oe property

Size of header in paragraphs
public UInt16,System e_cparhdr
return System.UInt16

e_crlc public_oe property

Relocations
public UInt16,System e_crlc
return System.UInt16

e_cs public_oe property

Initial (relative) CS value
public UInt16,System e_cs
return System.UInt16

e_csum public_oe property

Checksum
public UInt16,System e_csum
return System.UInt16

e_ip public_oe property

Initial IP value
public UInt16,System e_ip
return System.UInt16

e_lfanew public_oe property

File address of new exe header
public Int32,System e_lfanew
return System.Int32

e_lfarlc public_oe property

File address of relocation table
public UInt16,System e_lfarlc
return System.UInt16

e_magic public_oe property

Magic number
public ImageDosSignature e_magic
return ImageDosSignature

e_maxalloc public_oe property

Maximum extra paragraphs needed
public UInt16,System e_maxalloc
return System.UInt16

e_minalloc public_oe property

Minimum extra paragraphs needed
public UInt16,System e_minalloc
return System.UInt16

e_oemid public_oe property

OEM identifier (for e_oeminfo)
public UInt16,System e_oemid
return System.UInt16

e_oeminfo public_oe property

OEM information; e_oemid specific
public UInt16,System e_oeminfo
return System.UInt16

e_ovno public_oe property

Overlay number
public UInt16,System e_ovno
return System.UInt16

e_sp public_oe property

Initial SP value
public UInt16,System e_sp
return System.UInt16

e_ss public_oe property

Initial (relative) SS value
public UInt16,System e_ss
return System.UInt16