You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angora is a new fuzzer that according to its authors is strictly superior to the AFL-inspired status quo. See https://arxiv.org/abs/1803.01307 for more info.
Angora itself is written in Rust, but does not support fuzzing Rust code yet, and does not have a good Cargo integration like afl, libfuzzer and honggfuzz do.
Angora is a new fuzzer that according to its authors is strictly superior to the AFL-inspired status quo. See https://arxiv.org/abs/1803.01307 for more info.
Angora itself is written in Rust, but does not support fuzzing Rust code yet, and does not have a good Cargo integration like afl, libfuzzer and honggfuzz do.
Tracking issue for supporting Rust in Angora: AngoraFuzzer/Angora#10
Tracking issue for higher-level Cargo integration: rust-fuzz/cargo-fuzz#165
Existing fuzzer integrations for reference:
https://github.com/rust-fuzz/cargo-fuzz
https://github.com/rust-fuzz/afl.rs
https://github.com/rust-fuzz/honggfuzz-rs
The text was updated successfully, but these errors were encountered: