In Golang I love table drive tests for logic that slices and dices protocol bytes off the wire because it allows me to trivially feed those same test inputs to fuzzers.
Uncategorized
1
Posts
1
Posters
0
Views
-
In Golang I love table drive tests for logic that slices and dices protocol bytes off the wire because it allows me to trivially feed those same test inputs to fuzzers. Anytime anyone adds a test entry to the table to exercise new code or check a failure mode it automatically gets added to the fuzzing corpus without additional work.
-
R relay@relay.infosec.exchange shared this topic