You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I've tried with -close_fd_mask=1 but it does not work.
Thank you
The text was updated successfully, but these errors were encountered:
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.
I've tried with
-close_fd_mask=1
but it does not work.Thank you
The text was updated successfully, but these errors were encountered: