aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-18 10:29:49 +0200
committervan Hauser <vh@thc.org>2020-09-18 10:29:49 +0200
commit1225f3aa70c797752c9a9a9c1e8b8aadf3a855dc (patch)
tree828a8b7c3ccc9e2fa08d13fcae52b18551643d73 /include/config.h
parent9eed8fe58895fd4a20aa7b5f180b1bfaebf42cd7 (diff)
downloadAFLplusplus-1225f3aa70c797752c9a9a9c1e8b8aadf3a855dc.tar.gz
improved defaults from fuzzbench results
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h
index 8cc70075..86285944 100644
--- a/include/config.h
+++ b/include/config.h
@@ -109,12 +109,12 @@
/* Maximum multiplier for the above (should be a power of two, beware
of 32-bit int overflows): */
-#define HAVOC_MAX_MULT 16
+#define HAVOC_MAX_MULT 32
#define HAVOC_MAX_MULT_MOPT 32
/* Absolute minimum number of havoc cycles (after all adjustments): */
-#define HAVOC_MIN 16
+#define HAVOC_MIN 12
/* Power Schedule Divisor */
#define POWER_BETA 1
@@ -126,10 +126,10 @@
n = random between 1 and HAVOC_STACK_POW2
stacking = 2^n
- In other words, the default (n = 7) produces 2, 4, 8, 16, 32, 64, or
- 128 stacked tweaks: */
+ In other words, the default (n = 6) produces 2, 4, 8, 16, 32, or 64
+ stacked tweaks: */
-#define HAVOC_STACK_POW2 7
+#define HAVOC_STACK_POW2 6
/* Caps on block sizes for cloning and deletion operations. Each of these
ranges has a 33% probability of getting picked, except for the first