C# Class inVtero.net.Specialties.CrashDump

DMP is the most practical for now, perhaps VMWARE (which for our purposes is very easy, since we don't care about register data or anything other than memory run gaps that would desynchronize our PFN lookup) after this. Amazingly simple to support the basic CrashDump format (Thank you MicroSoft)
Afficher le fichier Open project: ShaneK2/inVtero.net Class Usage Examples

Méthodes publiques

Méthode Description
CrashDump ( ) : System
CrashDump ( string FilePath ) : System

extract initialization values from FilePath to derive memory RUN/base TODO: Other Crashdump formats (bitmap assisted etc).

IsSupportedFormat ( Vtero vtero ) : bool

Method Details

CrashDump() public méthode

public CrashDump ( ) : System
Résultat System

CrashDump() public méthode

extract initialization values from FilePath to derive memory RUN/base TODO: Other Crashdump formats (bitmap assisted etc).
public CrashDump ( string FilePath ) : System
FilePath string
Résultat System

IsSupportedFormat() public méthode

public IsSupportedFormat ( Vtero vtero ) : bool
vtero Vtero
Résultat bool