diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:55:37 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:55:37 +0100 |
commit | 8d696c93968a31133ef917810295aaf399b066ff (patch) | |
tree | a3245b8846e799e7e083cd29c2696ad0b1f1d6bb /docs/fuzzing_in_depth.md | |
parent | 667c2e58b24603ca4660d1d5f9d9e9e3ca17b86e (diff) | |
download | afl++-8d696c93968a31133ef917810295aaf399b066ff.tar.gz |
Fix punctuation in connection with "with"
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index d1fee7cc..2e030e7b 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -449,7 +449,7 @@ mode!) and switch the input directory with a dash (`-`): Adding a dictionary is helpful. See the directory [dictionaries/](../dictionaries/) if something is already included for your data format, and tell afl-fuzz to load that dictionary by adding `-x -dictionaries/FORMAT.dict`. With afl-clang-lto you have an autodictionary +dictionaries/FORMAT.dict`. With afl-clang-lto, you have an autodictionary generation for which you need to do nothing except to use afl-clang-lto as the compiler. You also have the option to generate a dictionary yourself, see [utils/libtokencap/README.md](../utils/libtokencap/README.md). |