google / buzzer

Apache License 2.0
411 stars 28 forks source link

Make coverage information be available to fuzzing strategies if needed. #40

Closed thatjiaozi closed 9 months ago

thatjiaozi commented 10 months ago

The raw coverage addresses are already available to fuzzing strategies as part of the validation response proto. With this change now fuzzing strategies can translate these addresses to file and line numbers if they need it.