about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-08 15:21:55 +0200
committerGitHub <noreply@github.com>2020-09-08 15:21:55 +0200
commit3890225c35413ca33a28495ce2f97b0256ad9791 (patch)
treed8fe0fe7e79dd5458d393de4df1fd0bfa62b9888 /docs
parent43cb626ad3d36024529ddc459032e664282f3cab (diff)
parent9544b3dbf22f1007f7d3f77593ec746a0345a587 (diff)
downloadafl++-3890225c35413ca33a28495ce2f97b0256ad9791.tar.gz
Merge pull request #551 from AdaCore/topic/plugin
rewrite gcc plugin
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index fb7b5642..93a46caf 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -28,6 +28,8 @@ If you are using clang, please review README.llvm.md; the LLVM
 integration mode can offer substantial performance gains compared to the
 traditional approach.
 
+Likewise, if you are using GCC, please review gcc_plugin/README.md.
+
 You may have to change several settings to get optimal results (most notably,
 disable crash reporting utilities and switch to a different CPU governor), but
 afl-fuzz will guide you through that if necessary.
@@ -157,7 +159,8 @@ instrumentation mode (`-Q`) will not work.
 ## 6. Everything else
 
 You're on your own. On POSIX-compliant systems, you may be able to compile and
-run the fuzzer; and the LLVM mode may offer a way to instrument non-x86 code.
+run the fuzzer; and the LLVM and GCC plugin modes may offer a way to instrument
+non-x86 code.
 
 The fuzzer will run on Windows in WSL only. It will not work under Cygwin on in the normal Windows world. It
 could be ported to the latter platform fairly easily, but it's a pretty bad