diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:38:00 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:38:00 +0100 |
commit | bcd81c377d22cf26812127881a8ac15ed9c022ad (patch) | |
tree | e39d9211b49416cf987ea8fbe80597deb9226ccb /instrumentation/README.gcc_plugin.md | |
parent | 13eedcd5e8128419ae1b3e04d56a775eeea6f471 (diff) | |
download | afl++-bcd81c377d22cf26812127881a8ac15ed9c022ad.tar.gz |
Fix line length and formatting
Diffstat (limited to 'instrumentation/README.gcc_plugin.md')
-rw-r--r-- | instrumentation/README.gcc_plugin.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instrumentation/README.gcc_plugin.md b/instrumentation/README.gcc_plugin.md index f251415b..ef38662b 100644 --- a/instrumentation/README.gcc_plugin.md +++ b/instrumentation/README.gcc_plugin.md @@ -1,7 +1,7 @@ # 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 [../README.md](../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. |