diff options
author | van Hauser <vh@thc.org> | 2023-06-12 10:16:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 10:16:45 +0300 |
commit | f1a616406eff94458ad300efa1b46ff301b24ae8 (patch) | |
tree | 4d3957e452ce12ef81f949a945c85f38fff216a3 /include/config.h | |
parent | 61b6f4ed9e4dce15c39e4350278a95a41ea2522c (diff) | |
parent | ed97dbacef98c379d7028514a43c799c86050584 (diff) | |
download | afl++-f1a616406eff94458ad300efa1b46ff301b24ae8.tar.gz |
Merge pull request #1767 from AFLplusplus/mutationnew
Mutationnew
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 d8153a2c..5100d88f 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 600 + /* Default file permission umode when creating files (default: 0600) */ #define DEFAULT_PERMISSION 0600 |