Mutational grammar fuzzing is effective but has two key flaws: coverage metrics don't reliably correlate with bug discovery (especially when bugs require chaining multiple function calls), and mutational fuzzing tends to produce low-diversity corpora due to its greedy nature. A practical mitigation is periodically restarting

10m read timeFrom projectzero.google
Post cover image
Table of contents
Issue #1: More coverage does not mean more bugsIssue #2: Mutational grammar fuzzing tends to produce samples that are very similarA simple solution?Conclusion

Sort: