diff options
| author | van Hauser <vh@thc.org> | 2023-10-25 17:07:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-25 17:07:03 +0200 |
| commit | e241280fcc0d26066d976495251ca79a3f37509f (patch) | |
| tree | c868497b8d090bd7a582c88af70779f523f1c828 /include | |
| parent | 7eafe22d6b31120055c5bf2ef0d3074538513c6c (diff) | |
| parent | 7210a1c35972244325ceb0d4e357a78de2afb757 (diff) | |
| download | afl++-e241280fcc0d26066d976495251ca79a3f37509f.tar.gz | |
Merge pull request #1899 from AFLplusplus/scale
Scale encoding
Diffstat (limited to 'include')
| -rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 217a720a..8112d430 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -675,7 +675,7 @@ typedef struct afl_state { u32 cmplog_max_filesize; u32 cmplog_lvl; u32 colorize_success; - u8 cmplog_enable_arith, cmplog_enable_transform, + u8 cmplog_enable_arith, cmplog_enable_transform, cmplog_enable_scale, cmplog_enable_xtreme_transform, cmplog_random_colorization; struct afl_pass_stat *pass_stats; |
