|
|
há 7 meses atrás | |
|---|---|---|
| .. | ||
| hfuzz_workspace | há 2 anos atrás | |
| script | há 2 anos atrás | |
| src | há 1 ano atrás | |
| .gitignore | há 2 anos atrás | |
| Cargo.toml | há 7 meses atrás | |
| README.md | há 2 anos atrás | |
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