Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find new seed in some binaries #4

Open
qhjchc opened this issue Dec 23, 2021 · 0 comments
Open

Cannot find new seed in some binaries #4

qhjchc opened this issue Dec 23, 2021 · 0 comments

Comments

@qhjchc
Copy link

qhjchc commented Dec 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant