You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libFuzzer can use these dictionaries to improve its performance in the following runs.
We should collect these recommended dictionaries from each run and incrementally build larger dictionary that is fed as an input for the next fuzzing round.
We could also write the dictionary out into /results/.dict, so when we start fuzzing next time we could load dictionary built on previous fuzzing campaigns.
The text was updated successfully, but these errors were encountered:
At the end of each run, libFuzzer prints recommended dictionary it has collected during the run.
Example:(libxml2 stub run.)
libFuzzer can use these dictionaries to improve its performance in the following runs.
We should collect these recommended dictionaries from each run and incrementally build larger dictionary that is fed as an input for the next fuzzing round.
We could also write the dictionary out into /results/.dict, so when we start fuzzing next time we could load dictionary built on previous fuzzing campaigns.
The text was updated successfully, but these errors were encountered: