Crate fidl_fuchsia_fuzzer_common

Source

Macros§

CorpusUnknown
Pattern that matches an unknown Corpus member.
Result_Unknown
Pattern that matches an unknown Result_ member.
TestOutputUnknown
Pattern that matches an unknown TestOutput member.
UpdateReasonUnknown
Pattern that matches an unknown UpdateReason member.

Structs§

ControllerConfigureRequest
ControllerGetOptionsResponse
ControllerGetStatusResponse
CorpusReaderNextResponse
CoverageDataCollectorInitializeResponse
CoverageDataProviderSetOptionsRequest
ManagerStopRequest
MonitorUpdateRequest
Options
See fuchsia.fuzzer.Controller/Configure.
OutputFlags
Specifies how a fuzzing engine should configure output streams.
ProcessStats
Details about an instrumented process.
RegistryDisconnectRequest
SanitizerOptions
Corresponds to sanitizer enviroment variables.
Status
See Controller.GetStatus.
TargetAdapterGetParametersResponse

Enums§

Corpus
See |Controller.GetCorpusWriter| and |Controller.GetCorpusReader|.
Result_
Indicates the result of a long-running fuzzing workflow.
TestOutput
Represents types of fuzzer output.
UpdateReason
See Controller.Monitor. Used to indicate why an update was sent.

Constants§

DONE_MARKER
Marker indicating the last message in a diagnostic output stream.
FUZZ_MODE
Command line flag requesting fuzzing to be performed.
MAX_COVERAGE_DATA
Maximum length of a vector of CoverageData structs.
MAX_PARAMETERS
MAX_PARAMETER_LEN
MAX_PROCESS_STATS
The maximum number of processes for which stats will be returned via Status.
MAX_SANITIZER_OPTIONS_NAME_SIZE
Maximum length of a sanitizer options environment variable name.
MAX_SANITIZER_OPTIONS_VALUE_SIZE
Maximum length of a sanitizer options environment variable value.