cargo install cargo-afl
Build the fuzzer:
cd fuzz
cargo afl buildFuzz with the fuzz_parse_sql target:
cargo afl fuzz -i in -o out target/debug/fuzz_parse_sqlFor more information, please check https://rust-fuzz.github.io/book/afl/tutorial.html
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
cargo install cargo-afl
Build the fuzzer:
cd fuzz
cargo afl buildFuzz with the fuzz_parse_sql target:
cargo afl fuzz -i in -o out target/debug/fuzz_parse_sqlFor more information, please check https://rust-fuzz.github.io/book/afl/tutorial.html