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 Findings []*finding.Finding // contains filtered or unexported fields }
func NewReportHandler ¶
func NewReportHandler(options *ReportHandlerOptions) (*ReportHandler, error)
func (*ReportHandler) PrintCrashingInputNote ¶ added in v0.1.5
func (h *ReportHandler) PrintCrashingInputNote()
func (*ReportHandler) PrintFinalMetrics ¶
func (h *ReportHandler) PrintFinalMetrics(numCorpusEntries uint) error
func (*ReportHandler) PrintFindingInstruction ¶ added in v0.1.5
func (h *ReportHandler) PrintFindingInstruction()
type ReportHandlerOptions ¶ added in v0.1.3
Click to show internal directories.
Click to hide internal directories.