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

Debugging crashes that don't happen outside of AFL.rs

XAMPPRocky opened this issue · comments

Hey, not sure where's the best place to ask about this, but I'm running into crashes in my program when being fuzzed by afl.rs, that I can't replicate when running the code without the fuzzer. You can check this out yourself in the rasn repository.

Setup

If everything is setup, check_crashes should print No valid crash cases found. while afl.rs shows multiple (up to 20 usually) unique crashes.