diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-21 18:00:01 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-21 18:00:01 +0100 |
commit | 492dbe9fb294dec27e5c2bc7297b36526bb8e61f (patch) | |
tree | 7bf254e42c9c52a87a8fd6b3371b9816885e4c6d /docs/FAQ.md | |
parent | 36514a2e4facfc9b9c1184259cb99a1c0d0ec2df (diff) | |
download | afl++-492dbe9fb294dec27e5c2bc7297b36526bb8e61f.tar.gz |
Clean up docs folder
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 68ca3bad..34ed4cf5 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -83,7 +83,8 @@ If you find an interesting or important question missing, submit it via However, if there is only the binary program and no source code available, then the standard non-instrumented mode is not effective. - To learn how these binaries can be fuzzed, read [binaryonly_fuzzing.md](binaryonly_fuzzing.md). + To learn how these binaries can be fuzzed, read + [fuzzing_binary-only_targets.md](fuzzing_binary-only_targets.md). </p></details> <details> @@ -143,7 +144,7 @@ If you find an interesting or important question missing, submit it via Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /prg/tmp/llvm-project/build/bin - clang-13: note: diagnostic msg: + clang-13: note: diagnostic msg: ******************** ``` |