Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

fuzz

Installing cargo-afl

cargo install cargo-afl

Fuzzing

Build the fuzzer:

cd fuzz
cargo afl build

Fuzz with the fuzz_parse_sql target:

cargo afl fuzz -i in -o out target/debug/fuzz_parse_sql

For more information, please check https://rust-fuzz.github.io/book/afl/tutorial.html