diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-17 09:48:04 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-17 09:48:04 +0100 |
commit | 938512a6b9451000f40491b2554b5d360840cfe5 (patch) | |
tree | fe30f6862b35638b42ef0dacf49bb0fbe21641a6 /include/config.h | |
parent | 7444cfa4503be8cced0fcbd4a98f855fb2c0ef1d (diff) | |
download | afl++-938512a6b9451000f40491b2554b5d360840cfe5.tar.gz |
minor fixes
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 181285cd..9f7db04d 100644 --- a/include/config.h +++ b/include/config.h @@ -42,7 +42,7 @@ * */ -/* Enable arithmetic compare solving for both path */ +/* Enable arithmetic compare solving for both branches */ #define CMPLOG_SOLVE_ARITHMETIC /* Enable transform following (XOR/ADD/SUB manipulations, hex en/decoding) */ @@ -51,7 +51,7 @@ /* if TRANSFORM is enabled, this additionally enables base64 en/decoding */ // #define CMPLOG_SOLVE_TRANSFORM_BASE64 -/* If a redqueen pass finds more than one solve, try to combine them? */ +/* If a redqueen pass finds more than one solution, try to combine them? */ #define CMPLOG_COMBINE /* Minimum % of the corpus to perform cmplog on. Default: 20% */ |