cargo-fuzz
cargo-fuzz copied to clipboard
Support Angora fuzzer
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.
It is written in Rust, but uses LLVM 4.0, so it is probably not usable on latest Rust versions as-is.
An for general Rust support is opened on Angora bug tracker: https://github.com/AngoraFuzzer/Angora/issues/10