Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 360 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 360 Bytes

Fuzzing Advent of Code solutions with Honggfuzz

See hongfuzz-rs.

After installing honggfuzz, run fuzzing with cargo hfuzz run advent-of-code-fuzzing-hfuzz.

If a crash is found, inputs causing that will be saved as files under hfuzz_workspace/advent-of-code-fuzzing-hfuzz/, using the .fuzz file extension.