Documentation ¶
Overview ¶
Package fuzzer is the entry point for go-fuzz.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
EnvKey = "FUZZYDIR"
)
Functions ¶
func CreateNewCorpusElement ¶
CreateNewCorpusElement creates a new corpus element.
func SampleLengthCorpus ¶
SampleLengthCorpus creates N valid inputs and samples their length. It returns the unsorted array of lengths
func SetFuzzyVMDir ¶
func SetFuzzyVMDir()
SetFuzzyVMDir sets the output directory for FuzzyVM If the environment variable FUZZYDIR is set, the output directory will be set to that, otherwise it will be set to a temp dir (for unit tests)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.