Documentation ¶
Index ¶
Constants ¶
View Source
const ( CoverSize = 8 << 10 MaxInputSize = 1 << 20 )
Variables ¶
View Source
var CoverTab [CoverSize]byte
CoverTab holds code coverage. It is initialized to a new array so that instrumentation executed during process initialization has somewhere to write to. It is replaced by a newly initialized array when it is time for actual instrumentation to commence.
View Source
var FuzzFunctions = map[string]func([]byte) int{}
View Source
var Literals []string
These are populated by an init() function generated during build
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.