diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-11-24 20:14:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 20:14:32 +0100 |
commit | 5a84db7c67fb10f772d4538c10b217b816ada6d6 (patch) | |
tree | b908a6b6b1cf3fd0ff14ff0c9ed82551cdc8ba14 | |
parent | 27c3423fb6f1cf568cf0e50b16a82c035945ae7c (diff) | |
download | afl++-5a84db7c67fb10f772d4538c10b217b816ada6d6.tar.gz |
Fix reference, add missing word 'directory'
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 8b522a81..d7cad092 100644 --- a/README.md +++ b/README.md @@ -525,7 +525,7 @@ as test data in there. If you do not want anything special, the defaults are already usually best, hence all you need is to specify the seed input directory with the result of -step [2. Collect inputs](#a)a-collect-inputs)): +step [2a. Collect inputs](#a-collect-inputs): `afl-fuzz -i input -o output -- bin/target -d @@` Note that the directory specified with -o will be created if it does not exist. @@ -541,7 +541,7 @@ that it could not connect to the forkserver), then you can increase this with the `-m` option, the value is in MB. To disable any memory limits (beware!) set `-m none` - which is usually required for ASAN compiled targets. -Adding a dictionary is helpful. See the [dictionaries/](dictionaries/) if +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 generation for which you need to do nothing except |