C# Class 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"
Inheritance: IDataLogger
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode Description
FinishedFuzzRun ( ) : void
GDBLogger ( GDBConnector gdbConn, string path ) : System
StartingFuzzRun ( ) : void

Private Methods

Méthode Description
BuildExecutionLogFile ( ) : string

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

Method Details

FinishedFuzzRun() public méthode

public FinishedFuzzRun ( ) : void
Résultat void

GDBLogger() public méthode

public GDBLogger ( GDBConnector gdbConn, string path ) : System
gdbConn Fuzzer.TargetConnectors.GDB.GDBConnector
path string
Résultat System

StartingFuzzRun() public méthode

public StartingFuzzRun ( ) : void
Résultat void