C# Class Fuzzer.XmlFactory.RemoteExecutionInfo

Contains informations about a program that is being launched on the remote side
Exibir arquivo Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

Method Description
RemoteExecutionInfo ( RemoteExecCommand cmd ) : System
SendCommand ( RemoteControlProtocol r ) : void

Private Methods

Method Description
FindProcess ( RemoteProcessInfo processes, string searchString ) : RemoteProcessInfo

Method Details

RemoteExecutionInfo() public method

public RemoteExecutionInfo ( RemoteExecCommand cmd ) : System
cmd Fuzzer.RemoteControl.RemoteExecCommand
return System

SendCommand() public method

public SendCommand ( RemoteControlProtocol r ) : void
r Fuzzer.RemoteControl.RemoteControlProtocol
return void