Skip to content

Latest commit

 

History

History

fuzzing-afl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.