From 2ff6c516c9a73a9272c35f73f147db11d7b2b131 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Wed, 24 May 2017 13:56:06 -0700 Subject: [PATCH] Update docs for #619 --- docs/new_project_guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 7103c2ac9..db9a02ab0 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -235,7 +235,9 @@ has an appropriate and consistent license. Dictionaries hugely improve fuzzing efficiency for inputs with lots of similar 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]