Update docs for #619

This commit is contained in:
Oliver Chang 2017-05-24 13:56:06 -07:00 committed by GitHub
parent c2cdffc0c1
commit 2ff6c516c9
1 changed files with 3 additions and 1 deletions

View File

@ -235,7 +235,9 @@ has an appropriate and consistent license.
Dictionaries hugely improve fuzzing efficiency for inputs with lots of similar Dictionaries hugely improve fuzzing efficiency for inputs with lots of similar
sequences of bytes. [libFuzzer documentation](http://libfuzzer.info#dictionaries) sequences of bytes. [libFuzzer documentation](http://libfuzzer.info#dictionaries)
Put your dict file in `$OUT` and specify in .options file: Put your dict file in `$OUT`. If the dict filename is the same as your target
binary name (i.e. `%fuzz_target%.dict`), it will be automatically used. If the name different
(e.g. because it is shared by several targets), specify this in .options file:
``` ```
[libfuzzer] [libfuzzer]