Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First-class Rust/Angora integration #17

Open
Shnatsel opened this issue Jan 8, 2019 · 1 comment
Open

First-class Rust/Angora integration #17

Shnatsel opened this issue Jan 8, 2019 · 1 comment

Comments

@Shnatsel
Copy link
Member

Shnatsel commented Jan 8, 2019

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

@Shnatsel Shnatsel changed the title First-class support of Rust in Angora First-class Rust/Angora integration Jan 8, 2019
@Shnatsel
Copy link
Member Author

Shnatsel commented Apr 7, 2020

It'd be great to support any fuzzers that show better results than the current ones in https://github.com/google/fuzzbench

At least one part of that should be fairly simple: rust-fuzz/afl.rs#167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant