diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-24 08:11:56 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-24 08:11:56 +0100 |
commit | c866e9c3ccef57d935cb296c8243cf8b40ffb564 (patch) | |
tree | da1b1f1a8a911f952d5508467d3f469d5cf25eb1 | |
parent | 22726315c3bd31f53c2f4bcf1f8649767ec5276a (diff) | |
parent | cfa89c6bc73abd06cca1b19ed8929426619c7bc8 (diff) | |
download | afl++-c866e9c3ccef57d935cb296c8243cf8b40ffb564.tar.gz |
Merge branch 'docs_cleanup_folder_2' of https://github.com/llzmb/AFLplusplus into docs_cleanup_folder_2
-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 |