Property | Type | Description | |
---|---|---|---|
_connector | ITargetConnector | ||
_dataLogger | IDataLogger | ||
_errorLog | |||
_fuzzDescription | |||
_log | log4net.ILog | ||
_logDestination | string | ||
_preConditions | IFuzzLocation[] | ||
_snapshot | ISnapshot |
Method | Description | |
---|---|---|
Fuzz ( ) : void | ||
FuzzController ( ITargetConnector connector, ISnapshot snapshot, string logDestination, IDataLogger logger, |
Creates a new FuzzController. The snapshot already gets created outside and gets restored once the restore Breakpoint is reached
|
|
FuzzController ( ITargetConnector connector, string logDestination, IDataLogger logger, |
Creates a new FuzzController. Once the snapshotBreakpoint is reached a snapshot is created. The snapshot gets restored once restore Breakpoint is reached
|
Method | Description | |
---|---|---|
IncrementLoggerPrefix ( int &loggerPrefix, string morePrefix ) : void | ||
InvokeFuzzLocations ( TriggerEnum triggerType, object triggerData ) : void | ||
LoggerFinishFuzzRun ( ) : void | ||
LoggerStartFuzzRun ( ) : void | ||
RestoreAndFuzz ( int &loggerPrefix, string morePrefix ) : void |
public FuzzController ( ITargetConnector connector, ISnapshot snapshot, string logDestination, IDataLogger logger, |
||
connector | ITargetConnector | connector to use |
snapshot | ISnapshot | The snapshot to restore once restore Breakpoint is reachead |
logDestination | string | |
logger | IDataLogger | |
fuzzDescription | ||
preConditions | IFuzzLocation | |
return | System |
public FuzzController ( ITargetConnector connector, string logDestination, IDataLogger logger, |
||
connector | ITargetConnector | connector to use |
logDestination | string | |
logger | IDataLogger | |
fuzzDescription | ||
preConditions | IFuzzLocation | |
return | System |
protected ErrorLog,Fuzzer.DataLoggers _errorLog | ||
return |
protected FuzzDescription,Fuzzer.FuzzDescriptions _fuzzDescription | ||
return |
protected IFuzzLocation[] _preConditions | ||
return | IFuzzLocation[] |