C# 클래스 PatchIat.ImageDosHeader

파일 보기 프로젝트 열기: jystic/patch-iat

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
VerifySignature ( ) : void

메소드 상세

VerifySignature() 공개 메소드

public VerifySignature ( ) : void
리턴 void

프로퍼티 상세

e_cblp 공개적으로 프로퍼티

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

e_cp 공개적으로 프로퍼티

Pages in file
public UInt16,System e_cp
리턴 System.UInt16

e_cparhdr 공개적으로 프로퍼티

Size of header in paragraphs
public UInt16,System e_cparhdr
리턴 System.UInt16

e_crlc 공개적으로 프로퍼티

Relocations
public UInt16,System e_crlc
리턴 System.UInt16

e_cs 공개적으로 프로퍼티

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

e_csum 공개적으로 프로퍼티

Checksum
public UInt16,System e_csum
리턴 System.UInt16

e_ip 공개적으로 프로퍼티

Initial IP value
public UInt16,System e_ip
리턴 System.UInt16

e_lfanew 공개적으로 프로퍼티

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

e_lfarlc 공개적으로 프로퍼티

File address of relocation table
public UInt16,System e_lfarlc
리턴 System.UInt16

e_magic 공개적으로 프로퍼티

Magic number
public ImageDosSignature e_magic
리턴 ImageDosSignature

e_maxalloc 공개적으로 프로퍼티

Maximum extra paragraphs needed
public UInt16,System e_maxalloc
리턴 System.UInt16

e_minalloc 공개적으로 프로퍼티

Minimum extra paragraphs needed
public UInt16,System e_minalloc
리턴 System.UInt16

e_oemid 공개적으로 프로퍼티

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

e_oeminfo 공개적으로 프로퍼티

OEM information; e_oemid specific
public UInt16,System e_oeminfo
리턴 System.UInt16

e_ovno 공개적으로 프로퍼티

Overlay number
public UInt16,System e_ovno
리턴 System.UInt16

e_sp 공개적으로 프로퍼티

Initial SP value
public UInt16,System e_sp
리턴 System.UInt16

e_ss 공개적으로 프로퍼티

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