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
Is your feature request related to a problem? Please describe.
I'd like to run only KLEE or only libFuzzer (or any future generator)
Describe the solution you'd like
Add the --generator option with klee and libfuzerr as valid values
Describe alternatives you've considered
None
Additional context
It should be simple, the major change will be at the wrapper of the interaction between klee and libFuzzer will have to be refactored.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like to run only KLEE or only libFuzzer (or any future generator)
Describe the solution you'd like
Add the --generator option with klee and libfuzerr as valid values
Describe alternatives you've considered
None
Additional context
It should be simple, the major change will be at the wrapper of the interaction between klee and libFuzzer will have to be refactored.
The text was updated successfully, but these errors were encountered: