clusterfuzzlite icon indicating copy to clipboard operation
clusterfuzzlite copied to clipboard

Allow to customize FUZZ_SECONDS option per target

Open Tpt opened this issue 2 years ago • 2 comments

First thank you so much for clusterfuzzlite. I have a great time using it in Oxigraph.

Oxigraph provides multiple targets, some fuzzing simple parsers and one fuzzing the query optimizer. The query optimizer target is way slower than the parsing ones, requirering much more time to yield interesting results or even to go through the already existing corpus. I would love a way to set different time limit per target or have an option in the google/clusterfuzzlite/actions/run_fuzzers GitHub to only run a specific list of targets instead of all of them.

Tpt avatar Mar 07 '23 08:03 Tpt

This is a good idea. I might have an idea how to do this using existing solutions because I think implementing it as is would kind of do violence to our code.

jonathanmetzman avatar Mar 09 '23 19:03 jonathanmetzman

I might have an idea how to do this using existing solutions

That would be perfect! Thank you!

Tpt avatar Mar 09 '23 20:03 Tpt