Skip to content

Fuzzing

MatejKastak edited this page Mar 23, 2023 · 1 revision

We have some fuzzing harnesses prepared to test some common scenarios.

For inspiration you can use the following command and modify it:

cd yari-sys
cargo +nightly fuzz run -j 4 eval_with_sample_and_rule -O -- -only_ascii=1
Clone this wiki locally