diff options
author | van Hauser <vh@thc.org> | 2020-03-17 09:01:55 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-17 09:01:55 +0100 |
commit | 8cc39a359035fd3a9b369b969c3a559102e4b345 (patch) | |
tree | abec83b29106d358a5a25d435cf5b6de761b0906 | |
parent | a57896a7ce7f2d51aad001234c0686e237eea54f (diff) | |
download | afl++-8cc39a359035fd3a9b369b969c3a559102e4b345.tar.gz |
fix link in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 7c9455ae..7b36249e 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ $ ./build_qemu_support.sh For additional instructions and caveats, see [qemu_mode/README.md](qemu_mode/README.md). -If possible you should use the persistent mode, see [README.persistent.md](README.persistent.md). +If possible you should use the persistent mode, see [qemu_mode/README.persistent.md](qemu_mode/README.persistent.md). The mode is approximately 2-5x slower than compile-time instrumentation, is less conducive to parallelization, and may have some other quirks. |