rust-fuzz / afl.rs

🐇 Fuzzing Rust code with American Fuzzy Lop
https://rust-fuzz.github.io/book/afl.html
Apache License 2.0
1.63k stars 105 forks source link

(Question) Does it use the C/C++ implementation of AFL++ ? #486

Closed hardBSDk closed 4 months ago

smoelius commented 4 months ago

Yes. At the present moment, afl.rs uses AFLplusplus version 4.20c (commit 1d17210d).