Method | Description | |
---|---|---|
CreateFuzzController ( ) : FuzzController[] | ||
Init ( ) : void |
Initializes the fuzzing environment
|
|
XmlFuzzFactory ( string path ) : System |
Method | Description | |
---|---|---|
Handle_remoteControlProtocolExecStatus ( string name, int pid, int status ) : void |
Called after an exec call has been sent to the remote target
|
|
InitFuzzDescription ( ) : void |
Reads all fuzzDescriptions TODO: currently only the first fuzz description is read
|
|
InitLoggers ( ) : void |
Initializes all defined loggers
|
|
InitPreCondition ( ) : void |
Reads and initializes the pre-fuzz-conditions. they get executed once the configuration file is read and the connection has been established
|
|
InitPreDefinedFuzzers ( ) : void |
Initializes all predefined fuzzers
|
|
InitRemote ( ) : void |
Initializes the remote control and extracts the commands to execute from the configuration file
|
|
InitTargetConnection ( ) : void |
Initializes the connection to the target
|
|
ReadFuzzDescription ( |
Reads a single FuzzDescription Tag and generates a FuzzDescriptionInfo object
|
|
ReadFuzzLocation ( |
||
RemoteExec ( ExecutionTriggerEnum toExec ) : void |
Execute all programs that are registered for the specified trigger
|
public CreateFuzzController ( ) : FuzzController[] | ||
return | FuzzController[] |
public XmlFuzzFactory ( string path ) : System | ||
path | string | |
return | System |