Merge pull request #1965 from CodeLinaro/stateful

replay mode support
This commit is contained in:
van Hauser
2024-02-08 10:29:33 +01:00
committed by GitHub
14 changed files with 528 additions and 32 deletions

View File

@ -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.