C# 클래스 Fuzzer.DataLoggers.GDBLogger

Logs all relevant data generated by a GDB connector
This logger saves a gdb reverse execution log (core dump) in the specified folder and the specified prefix+".execlog"
상속: IDataLogger
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
FinishedFuzzRun ( ) : void
GDBLogger ( GDBConnector gdbConn, string path ) : System
StartingFuzzRun ( ) : void

비공개 메소드들

메소드 설명
BuildExecutionLogFile ( ) : string

Builds the next execution logfile, depending on the specified path and prefix

메소드 상세

FinishedFuzzRun() 공개 메소드

public FinishedFuzzRun ( ) : void
리턴 void

GDBLogger() 공개 메소드

public GDBLogger ( GDBConnector gdbConn, string path ) : System
gdbConn Fuzzer.TargetConnectors.GDB.GDBConnector
path string
리턴 System

StartingFuzzRun() 공개 메소드

public StartingFuzzRun ( ) : void
리턴 void