R9295 / afl-fuzz

afl-fuzz, now in rust!
Apache License 2.0
0 stars 0 forks source link

Clarification for seed handling #1

Closed R9295 closed 2 months ago

R9295 commented 3 months ago

AFL_EXIT_ON_SEED_ISSUES Error if crash or timeout in initial corpus

AFL_IGNORE_SEED_ISSUES Ignore timeout in initial corpus https://github.com/AFLplusplus/AFLplusplus/blob/stable/src/afl-fuzz-init.c#L1002

AFL_CRASH_SEED_AS_NEW_CRASH Crashing seeds are new crash (default in ForkserverExecutor)

DEFAULT Ignore crash in initial corpus, complain about timeout