-
Notifications
You must be signed in to change notification settings - Fork 2.7k
"Setting up fuzzers for a new library" doc is unclear #14
Copy link
Copy link
Closed
Milestone
Description
Any top-level files in the library directory ending with the extension ".dict" or ".options" will be picked up by ClusterFuzz. Files ending with ".dict" are assumed to be libFuzzer compatible dictionaries, and .options files have the format:
[libfuzzer]
dict = dictionary_name.dict
max_len = 9001
If .dict files are picked up by ClusterFuzz and are assumed to be libFuzzer compatible dictionaries, why do they need to be specified in the config file? Are they picked up iff they are specified in the config? Will they be picked up if I don't specify them in the config?...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels