diff --git a/projects/example/my-api-repo/do_stuff_fuzzer.dict b/projects/example/my-api-repo/do_stuff_fuzzer.dict new file mode 100644 index 000000000..224679bf4 --- /dev/null +++ b/projects/example/my-api-repo/do_stuff_fuzzer.dict @@ -0,0 +1,6 @@ +# A dictionary for more efficient fuzzing of DoStuff(). +# If the inputs contain multi-byte tokens, list them here. +# See http://libfuzzer.info#dictionaries +"foo" +"bar" +"ouch"