about summary refs log tree commit diff
path: root/instrumentation/README.gcc_plugin.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-30 13:03:33 +0100
committervan Hauser <vh@thc.org>2020-11-30 13:03:33 +0100
commit63c317218bfe1ffc91443a2620c653581aff0ba1 (patch)
tree70a4efbd65645b154a1648f74196b66afe3e45c8 /instrumentation/README.gcc_plugin.md
parentaff4ccb0b2324259554537983e9261e48cccf275 (diff)
downloadafl++-63c317218bfe1ffc91443a2620c653581aff0ba1.tar.gz
persistent_demo -> persistent_mode
Diffstat (limited to 'instrumentation/README.gcc_plugin.md')
-rw-r--r--instrumentation/README.gcc_plugin.md2
1 files changed, 1 insertions, 1 deletions
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.