C# 클래스 Reloc.Extract

파일 보기 프로젝트 열기: ShaneK2/inVtero.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DebugDirPos uint
DebugDirSize uint
FileAlignment uint
FileName string
ImageBase ulong
ImageBaseOffset long
Is64 bool
NewCnt int
NumberOfSections short
OverWrite bool
RelocPos uint
RelocSize uint
SectionAlignment uint
SectionPosOffsets List
SizeOfHeaders uint
SizeOfImage uint
TimeStamp uint
Verbose int

공개 메소드들

메소드 설명
GetBuffAsync ( ) : Task
GetDetails ( ) : bool
GetDetails ( Stream fs ) : bool
IsBlockaPE ( byte block ) : Extract
ScanDirectoryAsync ( string Source, string Dest, string glob = "*", bool Recursive = false ) : System.Threading.Tasks.Task
ScanFile ( string name, string saveToFolder ) : System.Threading.Tasks.Task
ToString ( ) : string

비공개 메소드들

메소드 설명
CompileEachFileAsync ( string path, string searchPattern, string SaveFolder, SearchOption searchOption, Func doAsync ) : System.Threading.Tasks.Task

메소드 상세

GetBuffAsync() 공개 메소드

public GetBuffAsync ( ) : Task
리턴 Task

GetDetails() 공개 메소드

public GetDetails ( ) : bool
리턴 bool

GetDetails() 공개 메소드

public GetDetails ( Stream fs ) : bool
fs Stream
리턴 bool

IsBlockaPE() 공개 정적인 메소드

public static IsBlockaPE ( byte block ) : Extract
block byte
리턴 Extract

ScanDirectoryAsync() 공개 정적인 메소드

public static ScanDirectoryAsync ( string Source, string Dest, string glob = "*", bool Recursive = false ) : System.Threading.Tasks.Task
Source string
Dest string
glob string
Recursive bool
리턴 System.Threading.Tasks.Task

ScanFile() 공개 메소드

public ScanFile ( string name, string saveToFolder ) : System.Threading.Tasks.Task
name string
saveToFolder string
리턴 System.Threading.Tasks.Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

DebugDirPos 공개적으로 프로퍼티

public uint DebugDirPos
리턴 uint

DebugDirSize 공개적으로 프로퍼티

public uint DebugDirSize
리턴 uint

FileAlignment 공개적으로 프로퍼티

public uint FileAlignment
리턴 uint

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

ImageBase 공개적으로 프로퍼티

public ulong ImageBase
리턴 ulong

ImageBaseOffset 공개적으로 프로퍼티

public long ImageBaseOffset
리턴 long

Is64 공개적으로 프로퍼티

public bool Is64
리턴 bool

NewCnt 공개적으로 정적으로 프로퍼티

public static int NewCnt
리턴 int

NumberOfSections 공개적으로 프로퍼티

public short NumberOfSections
리턴 short

OverWrite 공개적으로 정적으로 프로퍼티

public static bool OverWrite
리턴 bool

RelocPos 공개적으로 프로퍼티

public uint RelocPos
리턴 uint

RelocSize 공개적으로 프로퍼티

public uint RelocSize
리턴 uint

SectionAlignment 공개적으로 프로퍼티

public uint SectionAlignment
리턴 uint

SectionPosOffsets 공개적으로 프로퍼티

public List SectionPosOffsets
리턴 List

SizeOfHeaders 공개적으로 프로퍼티

public uint SizeOfHeaders
리턴 uint

SizeOfImage 공개적으로 프로퍼티

public uint SizeOfImage
리턴 uint

TimeStamp 공개적으로 프로퍼티

public uint TimeStamp
리턴 uint

Verbose 공개적으로 정적으로 프로퍼티

public static int Verbose
리턴 int