diff options
author | Davide Quarta <quarta@qti.qualcomm.com> | 2024-02-05 18:26:46 +0100 |
---|---|---|
committer | Davide Quarta <quarta@qti.qualcomm.com> | 2024-02-05 18:26:46 +0100 |
commit | 023fc19ce04bffcbd623e27a1f2d1810c3ec0c3c (patch) | |
tree | 9a1130a5c2fec03a6a85db5f2f176be958a2332d /include/config.h | |
parent | 8fedf4998449d5b6b909a1118fc2e152e4d2e6e7 (diff) | |
download | afl++-023fc19ce04bffcbd623e27a1f2d1810c3ec0c3c.tar.gz |
better replay mode error handling, added replay mode documentation, code formatting
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index 1649f110..d44cda9c 100644 --- a/include/config.h +++ b/include/config.h @@ -83,10 +83,14 @@ 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 +/* Adds support in compiler-rt to replay persistent records */ +#define AFL_PERSISTENT_REPLAY + +/* Adds support in compiler-rt to replay persistent records in @@-style + * harnesses */ +// #define AFL_PERSISTENT_REPLAY_ARGPARSE /* console output colors: There are three ways to configure its behavior * 1. default: colored outputs fixed on: defined USE_COLOR && defined |