C# Class Fuzzer.TargetConnectors.GDB.SimpleCmd

Sends a simple command, with a predefined response handler (e.g. for 'y' ack, or 'n' nak)
Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
SimpleCmd ( string cmd, GDBResponseHandler rh, GDBSubProcess gdbProc ) : System

Method Details

SimpleCmd() public method

public SimpleCmd ( string cmd, GDBResponseHandler rh, GDBSubProcess gdbProc ) : System
cmd string
rh GDBResponseHandler
gdbProc GDBSubProcess
return System