cargo-fuzz icon indicating copy to clipboard operation
cargo-fuzz copied to clipboard

Support Angora fuzzer

Open Shnatsel opened this issue 6 years ago • 1 comments

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.

Shnatsel avatar Dec 28 '18 19:12 Shnatsel

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

Shnatsel avatar Dec 28 '18 19:12 Shnatsel