C# Class Reloc.Extract

Afficher le fichier Open project: ShaneK2/inVtero.net Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CompileEachFileAsync ( string path, string searchPattern, string SaveFolder, SearchOption searchOption, Func doAsync ) : System.Threading.Tasks.Task

Method Details

GetBuffAsync() public méthode

public GetBuffAsync ( ) : Task
Résultat Task

GetDetails() public méthode

public GetDetails ( ) : bool
Résultat bool

GetDetails() public méthode

public GetDetails ( Stream fs ) : bool
fs Stream
Résultat bool

IsBlockaPE() public static méthode

public static IsBlockaPE ( byte block ) : Extract
block byte
Résultat Extract

ScanDirectoryAsync() public static méthode

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

ScanFile() public méthode

public ScanFile ( string name, string saveToFolder ) : System.Threading.Tasks.Task
name string
saveToFolder string
Résultat System.Threading.Tasks.Task

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

DebugDirPos public_oe property

public uint DebugDirPos
Résultat uint

DebugDirSize public_oe property

public uint DebugDirSize
Résultat uint

FileAlignment public_oe property

public uint FileAlignment
Résultat uint

FileName public_oe property

public string FileName
Résultat string

ImageBase public_oe property

public ulong ImageBase
Résultat ulong

ImageBaseOffset public_oe property

public long ImageBaseOffset
Résultat long

Is64 public_oe property

public bool Is64
Résultat bool

NewCnt public_oe static_oe property

public static int NewCnt
Résultat int

NumberOfSections public_oe property

public short NumberOfSections
Résultat short

OverWrite public_oe static_oe property

public static bool OverWrite
Résultat bool

RelocPos public_oe property

public uint RelocPos
Résultat uint

RelocSize public_oe property

public uint RelocSize
Résultat uint

SectionAlignment public_oe property

public uint SectionAlignment
Résultat uint

SectionPosOffsets public_oe property

public List SectionPosOffsets
Résultat List

SizeOfHeaders public_oe property

public uint SizeOfHeaders
Résultat uint

SizeOfImage public_oe property

public uint SizeOfImage
Résultat uint

TimeStamp public_oe property

public uint TimeStamp
Résultat uint

Verbose public_oe static_oe property

public static int Verbose
Résultat int