|
|
il y a 2 mois | |
|---|---|---|
| .. | ||
| hfuzz_workspace | il y a 2 ans | |
| script | il y a 2 ans | |
| src | il y a 7 mois | |
| .gitignore | il y a 2 ans | |
| Cargo.toml | il y a 2 mois | |
| README.md | il y a 2 ans | |
This directory contains files pertaining to fuzz testing with the honggfuzz fuzzer.
We're trying this tool out alongside libfuzzer (covered in darkfi/fuzz/README.md).
cargo install honggfuzz
# Build targets from Cargo.toml [[bin]] section
cargo hfuzz build
# Run
cargo hfuzz run zkbinary-decode
# Run `n` threads: brrrrrrrrrrrrr
HFUZZ_RUN_ARGS="-n 24" cargo hfuzz run zkbinary-decode