sled
sled copied to clipboard
An alternative fuzzer
I know that you're using LibFuzzer; I wanted to suggest bolero as another fuzzing library to look into. I've been using it for a while now because it is designed to be useable within unit tests, and it's caught a number of really nasty corner cases for me.
CAVEAT it's definitely got some sharp corners here and there, mostly dealing with documentation. That said @camshaft is quite responsive, so it is advancing quickly.
https://camshaft.github.io/bolero/features/input-shrinking.html looks really cool, thanks for the tip!