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
To extend the fuzzing capabilities, it would be useful to support unsupervised fuzzing by leveraging kcov coverage results as feedback for test case generation, similar to how libFuzzer operates.
Proposal
Integrate kcov coverage data as the guiding signal for input mutation.
Enable a fuzzing mode that does not require external supervision, where the engine uses coverage information to evolve test cases automatically.
To extend the fuzzing capabilities, it would be useful to support unsupervised fuzzing by leveraging
kcovcoverage results as feedback for test case generation, similar to how libFuzzer operates.Proposal
kcovcoverage data as the guiding signal for input mutation.Motivation
Use cases