diff options
author | Davide Quarta <quarta@qti.qualcomm.com> | 2024-02-07 12:00:11 +0100 |
---|---|---|
committer | Davide Quarta <quarta@qti.qualcomm.com> | 2024-02-07 12:00:11 +0100 |
commit | 956fa95d77ac3cbc43cd44b56bffc605e2a2090e (patch) | |
tree | 48416bc2c94ef87b51796fdd8a307945c97cc22a | |
parent | ea0ea88ed3eb7c8cdc313284a6d434dcf01d7455 (diff) | |
download | afl++-956fa95d77ac3cbc43cd44b56bffc605e2a2090e.tar.gz |
updated readme
-rw-r--r-- | utils/replay_record/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/replay_record/README.md b/utils/replay_record/README.md index f015850d..6d72ca97 100644 --- a/utils/replay_record/README.md +++ b/utils/replay_record/README.md @@ -1,7 +1,8 @@ # AFL++ persistent record replay -Persistent demo replay showcases the `AFL_PERSISTENT_RECORD` replay functionality. -The Makefile will produce three binaries: +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). |