|
valFuzz 1.2.0
|
Go to the source code of this file.
Namespaces | |
| namespace | valfuzz |
Functions | |
| std::atomic< bool > & | valfuzz::get_header () |
| std::atomic< bool > & | valfuzz::get_do_fuzzing () |
| std::optional< std::string > & | valfuzz::get_test_one () |
| std::optional< std::string > & | valfuzz::get_fuzz_one () |
| std::atomic< long unsigned int > & | valfuzz::get_seed () |
| void | valfuzz::set_multithreaded (bool is_threaded) |
| void | valfuzz::set_max_num_threads (long unsigned int max_num_threads) |
| void | valfuzz::set_verbose (bool verbose) |
| void | valfuzz::set_header (bool header) |
| void | valfuzz::set_do_fuzzing (bool do_fuzzing) |
| void | valfuzz::set_test_one (const std::string &test_one) |
| void | valfuzz::set_fuzz_one (const std::string &fuzz_one) |
| void | valfuzz::set_seed (long unsigned int new_seed) |
| void | valfuzz::print_header () |
| void | valfuzz::parse_args (int argc, char *argv[]) |
| int | valfuzz::main (int argc, char **argv) |
Variables | |
| char | valfuzz::valfuzz_banner [] |