A new fuzzer that the authors claim is vastly superior to AFL and family (libfuzzer, honggfuzz) has just been released: https://github.com/AngoraFuzzer/Angora
Using it directly is kind of a pain due to the requirement of compiling two binaries. Having an easy-to-use wrapper such as cargo-fuzz would vastly simplify using it.
A new fuzzer that the authors claim is vastly superior to AFL and family (libfuzzer, honggfuzz) has just been released: https://github.com/AngoraFuzzer/Angora
Using it directly is kind of a pain due to the requirement of compiling two binaries. Having an easy-to-use wrapper such as cargo-fuzz would vastly simplify using it.