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 /qemu_mode | |
parent | 36514a2e4facfc9b9c1184259cb99a1c0d0ec2df (diff) | |
download | afl++-492dbe9fb294dec27e5c2bc7297b36526bb8e61f.tar.gz |
Clean up docs folder
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index d28479d9..c62309a2 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -217,5 +217,6 @@ them at run time, can be a faster alternative. That said, static rewriting is fraught with peril, because it depends on being able to properly and fully model program control flow without actually executing each and every code path. -Checkout the "Fuzzing binary-only targets" section in our main README.md and -the docs/binaryonly_fuzzing.md document for more information and hints. +Check out +[docs/fuzzing_binary-only_targets.md](../docs/fuzzing_binary-only_targets.md) +for more information and hints. |