diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-21 18:02:30 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-21 18:02:30 +0200 |
commit | 5f813bbb86e1c9e2480669c44501e9780043728c (patch) | |
tree | ab6e8b66160a1e897e900f5e1e74f978d2b34e75 /include/config.h | |
parent | 4113b6ccada97c32b3852ece5ffe2fee6dcbc2c8 (diff) | |
download | afl++-5f813bbb86e1c9e2480669c44501e9780043728c.tar.gz |
improve cmplog level 3
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h index 7c29a674..df545583 100644 --- a/include/config.h +++ b/include/config.h @@ -60,10 +60,6 @@ * */ -/* if TRANSFORM is enabled with '-l T', this additionally enables base64 - encoding/decoding */ -// #define CMPLOG_SOLVE_TRANSFORM_BASE64 - /* If a redqueen pass finds more than one solution, try to combine them? */ #define CMPLOG_COMBINE @@ -71,10 +67,10 @@ #define CMPLOG_CORPUS_PERCENT 5U /* Number of potential positions from which we decide if cmplog becomes - useless, default 8096 */ + useless, default 12288 */ #define CMPLOG_POSITIONS_MAX (12 * 1024) -/* Maximum allowed fails per CMP value. Default: 128 */ +/* Maximum allowed fails per CMP value. Default: 96 */ #define CMPLOG_FAIL_MAX 96 /* -------------------------------------*/ |