diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-21 17:53:09 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-21 17:53:09 +0100 |
commit | 974aab6cf6aa4ae34ee73bdceed1bd44a212fc5e (patch) | |
tree | d671f2951cbe48ae48fc5b8643a29108ed88981f /include/config.h | |
parent | b957218a3aad95af02a4da8207c7dabb893d4dc8 (diff) | |
download | afl++-974aab6cf6aa4ae34ee73bdceed1bd44a212fc5e.tar.gz |
cmplog config.h -> -l option
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 9 |
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? */ |