|
|
|
|
|
by toasted_flakes
2339 days ago
|
|
Nitpick, but what made AFL much more successful than other fuzzers is that it's not collecting coverage of basic blocks, but a (quantized and bloom-ish filtered) count of basic block transitions from block X to block Y. |
|