diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-04 19:44:12 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-04 19:44:12 +0200 |
commit | 3ab18d286142e2e19e37850c051e0b07b9d7b296 (patch) | |
tree | 0d717ef99fab4e30bb31e7a1af0623f929037509 /include/config.h | |
parent | 2bff92c603463410fa0f97e7c4db7eb14c45e5ed (diff) | |
download | afl++-3ab18d286142e2e19e37850c051e0b07b9d7b296.tar.gz |
mode switch
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index e46f515a..c1297bdd 100644 --- a/include/config.h +++ b/include/config.h @@ -43,6 +43,12 @@ Default: 8MB (defined in bytes) */ #define DEFAULT_SHMEM_SIZE (8 * 1024 * 1024) +/* Default time until when no more coverage finds are happening afl-fuzz + switches to exploitation mode. It automatically switches back when new + coverage is found. + Default: 300 (seconds) */ +#define STRATEGY_SWITCH_TIME 300 + /* Default file permission umode when creating files (default: 0600) */ #define DEFAULT_PERMISSION 0600 |