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

Use Sharedmap Fuzzing

domenukk opened this issue · comments

Just used afl.rs for a project and noticed the input for persistent-mode gets delivered via stdin.
AFLplusplus supports sharedmap as input for persistent mode, which is faster in general and scales far better for multiple cores. It might be beneficial to switch to that for the fuzz method - the exposed api of afl.rs could stay as is.