diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-23 21:47:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 21:47:15 +0100 |
commit | cfa89c6bc73abd06cca1b19ed8929426619c7bc8 (patch) | |
tree | 91313260d95d426fac65183d817b70e8909cb272 | |
parent | 8b5eafe7c504e68e710244ae7e58b1809e6584d9 (diff) | |
download | afl++-cfa89c6bc73abd06cca1b19ed8929426619c7bc8.tar.gz |
Update docs/fuzzing_binary-only_targets.md
-rw-r--r-- | docs/fuzzing_binary-only_targets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_binary-only_targets.md b/docs/fuzzing_binary-only_targets.md index 4490660d..290c9bec 100644 --- a/docs/fuzzing_binary-only_targets.md +++ b/docs/fuzzing_binary-only_targets.md @@ -74,7 +74,7 @@ Note that there is also honggfuzz: now has a qemu_mode, but its performance is just 1.5% ... If you like to code a customized fuzzer without much work, we highly recommend -to check out our sister project libafl which will support QEMU, too: +to check out our sister project libafl which supports QEMU, too: [https://github.com/AFLplusplus/LibAFL](https://github.com/AFLplusplus/LibAFL) ### WINE+QEMU |