File: README.md

package info (click to toggle)
aflplusplus 4.21c-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 14,496 kB
  • sloc: ansic: 110,361; cpp: 16,725; sh: 4,855; python: 3,793; makefile: 963; javascript: 515; java: 43; sql: 3; xml: 1
file content (10 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# AFL++ persistent record replay

This persistent record replay demo showcases the `AFL_PERSISTENT_RECORD` replay functionality.

The [Makefile](Makefile) will produce three binaries:
  + persistent_demo_replay: uses afl-cc and makes use of the replay functionality included in the compiler runtime library
  + persistent_demo_replay_compat: uses the [afl-record-compat.h](../../include/afl-record-compat.h) compatibility header to compile the same example without `afl-cc` 
  + persistent_demo_replay_argparse: makes use of `afl-record-compat.h`, and the Makefile defines `AFL_PERSISTENT_REPLAY_ARGPARSE` to test the replay functionality but parses the input file via a command-line argument (`@@`-style harness).

For more information see [README.persistent_mode.md](../../instrumentation/README.persistent_mode.md).