sled icon indicating copy to clipboard operation
sled copied to clipboard

An alternative fuzzer

Open ckaran opened this issue 4 years ago • 1 comments

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.

ckaran avatar Jul 01 '20 15:07 ckaran

https://camshaft.github.io/bolero/features/input-shrinking.html looks really cool, thanks for the tip!

spacejam avatar Nov 10 '20 12:11 spacejam