From 63c317218bfe1ffc91443a2620c653581aff0ba1 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 30 Nov 2020 13:03:33 +0100 Subject: persistent_demo -> persistent_mode --- instrumentation/README.gcc_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instrumentation/README.gcc_plugin.md') diff --git a/instrumentation/README.gcc_plugin.md b/instrumentation/README.gcc_plugin.md index 919801d1..6ccb5fd3 100644 --- a/instrumentation/README.gcc_plugin.md +++ b/instrumentation/README.gcc_plugin.md @@ -147,7 +147,7 @@ The numerical value specified within the loop controls the maximum number of iterations before AFL will restart the process from scratch. This minimizes the impact of memory leaks and similar glitches; 1000 is a good starting point. -A more detailed template is shown in ../examples/persistent_demo/. +A more detailed template is shown in ../examples/persistent_mode/. Similarly to the previous mode, the feature works only with afl-gcc-fast or afl-clang-fast; #ifdef guards can be used to suppress it when using other compilers. -- cgit 1.4.1