|
|
7 kuukautta sitten | |
|---|---|---|
| .. | ||
| hfuzz_workspace | 2 vuotta sitten | |
| script | 2 vuotta sitten | |
| src | 1 vuosi sitten | |
| .gitignore | 2 vuotta sitten | |
| Cargo.toml | 7 kuukautta sitten | |
| README.md | 2 vuotta sitten | |
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