google/fuzzing

[Question] Remove mutations printed information

illera88 opened this issue · 0 comments

Hi,

I'm wondering if there is any way to remove the mutations that let to discover a new path in the output that libfuzzer prints.
I don't think it provides much information and pollutes the entire output for big corpuses that get mutated in several places.
image
I've tried with -close_fd_mask=1 but it does not work.
Thank you