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/afl-fuzz.h | |
parent | b99bbf671b7469a5aad29898fe28489004c4cbe7 (diff) | |
download | afl++-8fedf4998449d5b6b909a1118fc2e152e4d2e6e7.tar.gz |
replay mode support
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index f1813df6..864bc6b6 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -124,6 +124,10 @@ #define CASE_PREFIX "id_" #endif /* ^!SIMPLE_FILES */ +#ifdef AFL_PERSISTENT_RECORD + #define RECORD_PREFIX "RECORD:" +#endif + #define STAGE_BUF_SIZE (64) /* usable size for stage name buf in afl_state */ // Little helper to access the ptr to afl->##name_buf - for use in afl_realloc. |