-
Notifications
You must be signed in to change notification settings - Fork 276
Open
Description
I've read about custom mutators in LLVM's libFuzzer. Would it be possible to add support for it to go-fuzz's libFuzzer mode?
Would that basically involve adding a LLVMFuzzerCustomMutator
function just like LLVMFuzzerTestOneInput
is implemented, here:
Line 868 in 2fedac3
func LLVMFuzzerTestOneInput(data uintptr, size uint64) int { |
Metadata
Metadata
Assignees
Labels
No labels