You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
cd fuzzing
cargo afl build
AFL_MAP_SIZE=117760 cargo afl fuzz -i in -o out target/debug/fuzzing
cargo run --bin check_crashes
This runs a short program to run the same code as the fuzzer over each entry in theout
directory.If everything is setup,
check_crashes
should printNo valid crash cases found.
while afl.rs shows multiple (up to 20 usually) unique crashes.The text was updated successfully, but these errors were encountered: