C# Класс 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)
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CrashDump() публичный метод

public CrashDump ( ) : System
Результат System

CrashDump() публичный метод

extract initialization values from FilePath to derive memory RUN/base TODO: Other Crashdump formats (bitmap assisted etc).
public CrashDump ( string FilePath ) : System
FilePath string
Результат System

IsSupportedFormat() публичный метод

public IsSupportedFormat ( Vtero vtero ) : bool
vtero Vtero
Результат bool