about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2021-03-09 23:55:22 +0100
committerGitHub <noreply@github.com>2021-03-09 23:55:22 +0100
commit9f22a151f3a22756febe4d92443b9d5b55f0ff66 (patch)
treed3cfb39a9ebfb2dd68b3ecfe8c82187ae9509996
parent0c2478cae6004fc6feeee03bae1b10087f15f4b8 (diff)
downloadafl++-9f22a151f3a22756febe4d92443b9d5b55f0ff66.tar.gz
mention added support for gcc_plugin mode
-rw-r--r--instrumentation/README.neverzero.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.neverzero.md b/instrumentation/README.neverzero.md
index 5c894d6e..49104e00 100644
--- a/instrumentation/README.neverzero.md
+++ b/instrumentation/README.neverzero.md
@@ -16,7 +16,7 @@ at a very little cost (one instruction per edge).
 (The alternative of saturated counters has been tested also and proved to be
 inferior in terms of path discovery.)
 
-This is implemented in afl-gcc, however for llvm_mode this is optional if
+This is implemented in afl-gcc and afl-gcc-fast, however for llvm_mode this is optional if
 the llvm version is below 9 - as there is a perfomance bug that is only fixed
 in version 9 and onwards.