C# Class Fuzzer.TargetConnectors.GDB.MaintPrintRawRegistersRH

Handles a register dump response
Inheritance: GDBResponseHandler
Show file Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

Method Description
HandleResponse ( GDBSubProcess subProcess, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
MaintPrintRawRegistersRH ( GDBSubProcess gdbProc, RegisterDiscoveredDelegate registerDiscovery ) : System

Method Details

HandleResponse() public method

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

MaintPrintRawRegistersRH() public method

public MaintPrintRawRegistersRH ( GDBSubProcess gdbProc, RegisterDiscoveredDelegate registerDiscovery ) : System
gdbProc GDBSubProcess
registerDiscovery RegisterDiscoveredDelegate
return System