diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-11 19:13:22 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-11 19:13:22 +0100 |
commit | 77ce31c8ba1f90d8895ba16a2bb509db88071a10 (patch) | |
tree | c490c6c0256f412c8baa3002dbae688fcb4f1fad /instrumentation/README.gcc_plugin.md | |
parent | 5ec91ad5291228f6ef6d9b69605a9b752ef28fa0 (diff) | |
download | afl++-77ce31c8ba1f90d8895ba16a2bb509db88071a10.tar.gz |
Add docs content overview
Diffstat (limited to 'instrumentation/README.gcc_plugin.md')
-rw-r--r-- | instrumentation/README.gcc_plugin.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/instrumentation/README.gcc_plugin.md b/instrumentation/README.gcc_plugin.md index ef38662b..ed39af9d 100644 --- a/instrumentation/README.gcc_plugin.md +++ b/instrumentation/README.gcc_plugin.md @@ -1,7 +1,8 @@ # GCC-based instrumentation for afl-fuzz -For the general instruction manual, see [../README.md](../README.md). For the -LLVM-based instrumentation, see [README.llvm.md](README.llvm.md). +For the general instruction manual, see [docs/README.md](../docs/README.md). + +For the LLVM-based instrumentation, see [README.llvm.md](README.llvm.md). This document describes how to build and use `afl-gcc-fast` and `afl-g++-fast`, which instrument the target with the help of gcc plugins. |