Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Fuzzing Harness

This directory contains the AFL++ based lexer fuzzer. Build it using Zig:

zig build fuzz-lexer

Provide a seed corpus in corpus and run the fuzzer:

./fuzz_lexer -i ../tools/fuzz/corpus -o ./findings

Crashes will be written to the findings directory for investigation.