Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportHandler ¶
type ReportHandler struct {
*ReportHandlerOptions
LastMetrics *report.FuzzingMetric
FirstMetrics *report.FuzzingMetric
ErrorDetails *[]finding.ErrorDetails
FuzzTest string
Findings []*finding.Finding
// contains filtered or unexported fields
}
func NewReportHandler ¶
func NewReportHandler(fuzzTest string, options *ReportHandlerOptions) (*ReportHandler, error)
func (*ReportHandler) PrintCrashingInputNote ¶
func (h *ReportHandler) PrintCrashingInputNote()
func (*ReportHandler) PrintFinalMetrics ¶
func (h *ReportHandler) PrintFinalMetrics(numCorpusEntries uint) error
func (*ReportHandler) PrintFindingInstruction ¶
func (h *ReportHandler) PrintFindingInstruction()
type ReportHandlerOptions ¶
Click to show internal directories.
Click to hide internal directories.