Skip to content

Cannot find new seed in some binaries #4

@qhjchc

Description

@qhjchc

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

mp4info.zip
tiffcrop.zip
nm.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions