C# Class Fuzzer.TargetConnectors.GDB.RunRH

Parses the run response "Starting program: ...." on success and "The program being debugged has been started already." if we need to send 'y' to restart the program
Inheritance: GDBResponseHandler
Show file Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

Method Description
HandleResponse ( GDBSubProcess connector, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
RunRH ( Action cb, GDBSubProcess gdbProc ) : System

Method Details

HandleResponse() public method

public HandleResponse ( GDBSubProcess connector, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
connector GDBSubProcess
responseLines string
allowRequestLine bool
return GDBResponseHandler.HandleResponseEnum

RunRH() public method

public RunRH ( Action cb, GDBSubProcess gdbProc ) : System
cb Action
gdbProc GDBSubProcess
return System