C# Class Fuzzer.TargetConnectors.GDB.UnhandledRH

This should always be the last permanent response handler, it accepts all responses and writes them to the log file
Inheritance: GDBResponseHandler
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
HandleResponse ( GDBSubProcess connector, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
UnhandledRH ( 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

UnhandledRH() public method

public UnhandledRH ( GDBSubProcess gdbProc ) : System
gdbProc GDBSubProcess
return System