trustfall icon indicating copy to clipboard operation
trustfall copied to clipboard

Consider switching fuzzer backends to LibAFL

Open obi1kenobi opened this issue 1 year ago • 0 comments

LibFuzzer is in maintenance mode:

The original authors of libFuzzer have stopped active work on it and switched to working on another fuzzing engine, Centipede.

We should consider switching to LibAFL or another implementation, since it seems that we can get both fuzzing performance and maintainability improvements.

More info: https://hachyderm.io/@[email protected]/110820552409622753 https://github.com/rust-fuzz/cargo-fuzz/issues/330

obi1kenobi avatar Aug 02 '23 16:08 obi1kenobi