ExecutionContext |
A representation of an execution index sans the counts, equivalent to
a call stack.
|
ExecutionIndex |
An execution index represents a unique point in a program's execution.
|
ExecutionIndex.Prefix |
|
ExecutionIndex.Suffix |
|
ExecutionIndexingDriver |
Entry point for fuzzing with Execution Indexing.
|
ExecutionIndexingGuidance |
A guidance that represents inputs as maps from
execution indexes to parameters.
|
ZestCLI |
CLI for Zest based guidance.
|
ZestDriver |
Entry point for fuzzing with Zest.
|
ZestGuidance |
A guidance that performs coverage-guided fuzzing using two coverage maps,
one for all inputs and one for valid inputs only.
|
ZestGuidance.Input<K> |
A candidate or saved test input that maps objects of type K to bytes.
|