C# Class Fuzzer.TargetConnectors.GDB.RecordSaveCmd

Saves the reverse execution log to file
Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

Method Description
RecordSaveCmd ( GDBSubProcess gdbProc, string file ) : System

Method Details

RecordSaveCmd() public method

public RecordSaveCmd ( GDBSubProcess gdbProc, string file ) : System
gdbProc GDBSubProcess
file string
return System