about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-07-21 18:02:30 +0200
committervanhauser-thc <vh@thc.org>2023-07-21 18:02:30 +0200
commit5f813bbb86e1c9e2480669c44501e9780043728c (patch)
treeab6e8b66160a1e897e900f5e1e74f978d2b34e75 /include/config.h
parent4113b6ccada97c32b3852ece5ffe2fee6dcbc2c8 (diff)
downloadafl++-5f813bbb86e1c9e2480669c44501e9780043728c.tar.gz
improve cmplog level 3
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h8
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
 
 /* -------------------------------------*/