Skip to content

Latest commit

 

History

History
 
 

fuzz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Fuzz

install carfo afl: cargo install cargo-afl

build the fuzz crate: cargo afl build

run the tests: ''' cargo afl fuzz -i dicts -x dicts/sql.dict -o out target/debug/fuzz parser '''

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