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)
파일 보기 프로젝트 열기: ShaneK2/inVtero.net 1 사용 예제들

공개 메소드들

메소드 설명
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