about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-21 17:53:09 +0100
committervanhauser-thc <vh@thc.org>2021-02-21 17:53:09 +0100
commit974aab6cf6aa4ae34ee73bdceed1bd44a212fc5e (patch)
treed671f2951cbe48ae48fc5b8643a29108ed88981f /include/config.h
parentb957218a3aad95af02a4da8207c7dabb893d4dc8 (diff)
downloadafl++-974aab6cf6aa4ae34ee73bdceed1bd44a212fc5e.tar.gz
cmplog config.h -> -l option
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/config.h b/include/config.h
index 9f7db04d..535ce0d3 100644
--- a/include/config.h
+++ b/include/config.h
@@ -42,13 +42,8 @@
  *
  */
 
-/* Enable arithmetic compare solving for both branches */
-#define CMPLOG_SOLVE_ARITHMETIC
-
-/* Enable transform following (XOR/ADD/SUB manipulations, hex en/decoding) */
-#define CMPLOG_SOLVE_TRANSFORM
-
-/* if TRANSFORM is enabled, this additionally enables base64 en/decoding */
+/* 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? */