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

Allow setting `__afl_persistent_loop` argument (support for #433) #437

Closed vanhauser-thc closed 9 months ago

vanhauser-thc commented 9 months ago

433

vanhauser-thc commented 9 months ago

The change to the AFLplusplus commit is fine. But as a general remark, I would prefer to go back to using stable releases, perhaps with the next stable release of AFLplusplus.

without updating afl-fuzz would complain that there is an unknown env detected plus wait for a second.

smoelius commented 9 months ago

without updating afl-fuzz would complain that there is an unknown env detected

Ah, I understand.

plus wait for a second.

A new release---thanks!

vanhauser-thc commented 9 months ago

looks more complicated to me but it is your code :)

smoelius commented 9 months ago

looks more complicated to me but it is your code :)

I appreciate the feedback.

Thanks for the PR!