diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-25 16:47:49 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-25 16:47:49 +0100 |
commit | e0c8a5c0c6ae67af3280c0ead8124a2ffe920241 (patch) | |
tree | d102ffa53f6dbf8341165a34155b818cf00c8c72 /docs/fuzzing_expert.md | |
parent | 4f1310db5171ed52660d664551005f305f22a29d (diff) | |
download | afl++-e0c8a5c0c6ae67af3280c0ead8124a2ffe920241.tar.gz |
Change "AFL" to "AFL++" in "README.llvm.md", fix references
Diffstat (limited to 'docs/fuzzing_expert.md')
-rw-r--r-- | docs/fuzzing_expert.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fuzzing_expert.md b/docs/fuzzing_expert.md index 5945d114..d0d28582 100644 --- a/docs/fuzzing_expert.md +++ b/docs/fuzzing_expert.md @@ -112,8 +112,8 @@ are interested in: There are many more options and modes available however these are most of the time less effective. See: - * [instrumentation/README.llvm.md#6) AFL Context Sensitive Branch Coverage](../instrumentation/README.llvm.md#6-afl-context-sensitive-branch-coverage). - * [instrumentation/README.llvm.md#7) AFL N-Gram Branch Coverage](../instrumentation/README.llvm.md#7-afl-n-gram-branch-coverage) + * [instrumentation/README.llvm.md#6) AFL++ Context Sensitive Branch Coverage](../instrumentation/README.llvm.md#6-afl-context-sensitive-branch-coverage). + * [instrumentation/README.llvm.md#7) AFL++ N-Gram Branch Coverage](../instrumentation/README.llvm.md#7-afl-n-gram-branch-coverage) #### c) Sanitizers |