obi1kenobi / trustfall

A query engine for any combination of data sources. Query your files and APIs as if they were databases!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider switching fuzzer backends to LibAFL

obi1kenobi opened this issue · 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/@addison@infosec.exchange/110820552409622753
rust-fuzz/cargo-fuzz#330