Crate fuzz[−][src]
Command line utility to run fuzz tests.
Adopted from https://github.com/rust-fuzz/targets
Structs
FUZZ_ROOT | |
FUZZ_TARGETS | |
SEED_ROOT | |
WORKSPACE_ROOT |
Enums
Cli | |
Fuzzer |
Functions
create_corpus_dir | Create corpus dir for fuzz target |
get_seed_dir | Get input seeds for fuzz target |
main | |
pre_check | |
run | Run one target fuzz test with specific fuzzer |
run_afl | Run one target fuzz test using AFL |
run_honggfuzz | Run one target fuzz test using Honggfuzz |
run_libfuzzer | Run one target fuzz test using Libfuzzer |
write_fuzz_target_source_file | Write the fuzz target source file from corresponding template file. |