Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 310 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 310 Bytes

Fuzzing Advent of Code solutions with AFL

After building an instrumted binary with cargo afl build a fuzzing run can be started with cargo afl fuzz -i testcase-dir -o target/fuzz-findings ../../target/debug/advent-of-code-fuzzing-afl.

See https://rust-fuzz.github.io/book/afl.html for more information.