Documentation ¶ Index ¶ func NewLibfuzzerOutputParser(options *Options) *parser type Options 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 } Source Files ¶ View all Source files libfuzzer_parser.go Click to show internal directories. Click to hide internal directories.