Module fuzz

Source

Modulesยง

cargo_fuzz ๐Ÿ”’
Glue to invoke external cargo-fuzz commands
cargo_package_metadata ๐Ÿ”’
html_coverage ๐Ÿ”’
Glue to generate HTML LCOV-based coverage reports from cargo-fuzz coverage.profdata files.
init_from_template ๐Ÿ”’
Init new fuzz/ directories using a preset template.
onefuzz_schema ๐Ÿ”’
parse_fuzz_crate_toml ๐Ÿ”’
Logic to parse + validate fuzzing-crate Cargo.toml files + their associated folder structure.

Structsยง

Fuzz
Xtask to interact with with fuzzing infrastructure in the HvLite repo.
OnefuzzToml ๐Ÿ”’
OnefuzzTomlConfig ๐Ÿ”’
OnefuzzTomlOverrides ๐Ÿ”’
VerifyFuzzers
Check that all fuzz targets in the repo follow the correct formatting.

Enumsยง

FuzzCommand ๐Ÿ”’

Functionsยง

complete_fuzzer_targets ๐Ÿ”’
filter_fuzz_targets ๐Ÿ”’
make_onefuzz_entry ๐Ÿ”’
select_fuzz_target ๐Ÿ”’