-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The fuzzer cannot find any new seed when fuzzing some binaries.
The environment is successfully set and it works on most binaries except the following three. I also test these binaries on the AFLplusplus and everything works well.
Command
mp4info
./afl-fuzz -Q -m none -d -d -i fuzz_in -o fuzz_out-- ./fuzz_bin/mp4info --show-layout --show-samples --show-sample-data @@
tiffcrop
./afl-fuzz -Q -m none -d -i fuzz_in -o fuzz_out -- ./fuzz_bin/tiffcrop -i @@ output.tiff
nm
./afl-fuzz -Q -m none -d -d -i fuzz_in -o fuzz_out -- ./fuzz_bin/nm-new -C -a -l --synthetic @@
Evaluation Target and Initial Seed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels