diff options
author | Davide Quarta <quarta@qti.qualcomm.com> | 2024-01-23 19:36:49 +0100 |
---|---|---|
committer | Davide Quarta <quarta@qti.qualcomm.com> | 2024-01-23 19:36:49 +0100 |
commit | 8fedf4998449d5b6b909a1118fc2e152e4d2e6e7 (patch) | |
tree | 71c8d03f94c006f952be8522f8403fe0fca273c7 /include/config.h | |
parent | b99bbf671b7469a5aad29898fe28489004c4cbe7 (diff) | |
download | afl++-8fedf4998449d5b6b909a1118fc2e152e4d2e6e7.tar.gz |
replay mode support
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 63340650..1649f110 100644 --- a/include/config.h +++ b/include/config.h @@ -83,7 +83,10 @@ will be kept and written to the crash/ directory as RECORD:... files. Note that every crash will be written, not only unique ones! */ -// #define AFL_PERSISTENT_RECORD +// #define AFL_PERSISTENT_RECORD + +/* Builds compiler-rt with support to replay persistent records */ +// #define AFL_PERSISTENT_REPLAY /* console output colors: There are three ways to configure its behavior * 1. default: colored outputs fixed on: defined USE_COLOR && defined |