mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 21:13:45 +00:00
more documentation for AFL_EXIT_ON_TIME
This commit is contained in:
@ -33,6 +33,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
|
|||||||
- added AFL_EXIT_ON_SEED_ISSUES env that will exit if a seed in
|
- added AFL_EXIT_ON_SEED_ISSUES env that will exit if a seed in
|
||||||
-i dir crashes the target or results in a timeout. By default
|
-i dir crashes the target or results in a timeout. By default
|
||||||
afl++ ignores these and uses them for splicing instead.
|
afl++ ignores these and uses them for splicing instead.
|
||||||
|
- added AFL_EXIT_ON_TIME env that will make afl-fuzz exit fuzzing after
|
||||||
|
no new paths have been found for n seconds
|
||||||
- afl-cc:
|
- afl-cc:
|
||||||
- We do not support llvm versions prior 6.0 anymore
|
- We do not support llvm versions prior 6.0 anymore
|
||||||
- Fix for -pie compiled binaries with default afl-clang-fast PCGUARD
|
- Fix for -pie compiled binaries with default afl-clang-fast PCGUARD
|
||||||
|
@ -285,8 +285,8 @@ checks or alter some of the more exotic semantics of the tool:
|
|||||||
convenient for some types of automated jobs.
|
convenient for some types of automated jobs.
|
||||||
|
|
||||||
- `AFL_EXIT_ON_TIME` Causes afl-fuzz to terminate if no new paths were
|
- `AFL_EXIT_ON_TIME` Causes afl-fuzz to terminate if no new paths were
|
||||||
found within a specified period of time. May be convenient for some
|
found within a specified period of time (in seconds). May be convenient
|
||||||
types of automated jobs.
|
for some types of automated jobs.
|
||||||
|
|
||||||
- `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behaviour
|
- `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behaviour
|
||||||
which does not allow crashes or timeout seeds in the initial -i corpus.
|
which does not allow crashes or timeout seeds in the initial -i corpus.
|
||||||
|
Reference in New Issue
Block a user