|
dfuzzer
|
#include <fuzz.h>
Data Fields | |
| char * | df_method_name |
| int | args |
| int | fuzz_on_str_len |
| struct df_signature * | list |
Linked list of the method arguments and theirs signatures.
| int df_sig_list::args |
number of arguments for method
| char* df_sig_list::df_method_name |
name of the current fuzzed method
| int df_sig_list::fuzz_on_str_len |
if 1, fuzzing will be controlled by generated random strings lengths
| struct df_signature* df_sig_list::list |
if no arguments - NULL, otherwise NULL terminated linked list
1.8.9.1