Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLibfuzzerOutputParser ¶
func NewLibfuzzerOutputParser(options *Options) *parser
Types ¶
type Options ¶
type Options struct { SupportJazzer bool KeepColor bool // The parser writes all parsed lines to StartupOutputWriter up to // the point where the fuzzer has completed initialization. StartupOutputWriter io.Writer // The directory to which paths in the stack trace are made relative to ProjectDir string }
Click to show internal directories.
Click to hide internal directories.