rust-fuzz / afl.rs

🐇 Fuzzing Rust code with American Fuzzy Lop

Home Page:https://rust-fuzz.github.io/book/afl.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add optional feature to not set 'fuzzing' flag

lrubasze opened this issue · comments

Some crates (eg. secp256k1) stub some functions, when they detect 'fuzzing' flag, which makes them useless when fuzzing.

Idea is to add optional feature, that will prevent from setting fuzzing flag.

Hey, @lrubasze. Okay if we close this?

Hi @smoelius. Of course :)