diff options
| author | van Hauser <vh@thc.org> | 2023-06-29 18:00:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 18:00:46 +0300 |
| commit | 641d02ab7211585e72e215405cd49c0712a8b4df (patch) | |
| tree | 6bf544caf53f4ef7f7ca8ad02c2a412150758aa9 /include/config.h | |
| parent | af8c68a774d0271ae6a2145ac566e1c7024e95d5 (diff) | |
| parent | 3e1d7941077b1457f702988063d6b9fdd9b80740 (diff) | |
| download | afl++-641d02ab7211585e72e215405cd49c0712a8b4df.tar.gz | |
Merge pull request #1780 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 53be8549..8585041e 100644 --- a/include/config.h +++ b/include/config.h @@ -26,7 +26,7 @@ /* Version string: */ // c = release, a = volatile github dev, e = experimental branch -#define VERSION "++4.07c" +#define VERSION "++4.08a" /****************************************************** * * @@ -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 1000 + /* Default file permission umode when creating files (default: 0600) */ #define DEFAULT_PERMISSION 0600 |
