-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to provide dictionaries and seed corpus to fuzzers #114
Comments
@jonathanmetzman can you help answer this? |
No problem!
Good point we should document this.
|
Thanks for the quick response. That's exactly what I was looking for. Keeping this issue open to track the missing documentation then. |
This is both already documented in OSS-Fuzz's New project guide > Efficient fuzzing section, which ClusterFuzzLite's docs link to from Build integration > Efficient fuzzing, so I think this issue can be closed. This is probably due to the code base being the same for OSS-Fuzz and CFL in this regard.
I too, sometimes find it hard to find the right information from the docs due to the similarities between OSS-Fuzz and ClusterFuzzLite, but I don't think this is easy to overcome. For example, searching for dictionary or seed on the CFL docs gives no useful results. Maybe in the efficient fuzzing section, we could change:
to:
|
Good point. I agree |
I think this info should be more front and center though. |
Hi, first of all thanks for all the awesome work you've put into this project really appreciate it.
For several of my fuzzers I've created dictionaries and/or have large number of sample files which I obviously would like the fuzzers to take advantage of.
I've looked through the documentation here but was not able to find the answers there so maybe someone here can help me.
The text was updated successfully, but these errors were encountered: