7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
# 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"
|