dfuzzer
 All Data Structures Files Functions Variables Macros
Data Fields
df_sig_list Struct Reference

#include <fuzz.h>

Data Fields

char * df_method_name
 
int args
 
int fuzz_on_str_len
 
struct df_signaturelist
 

Detailed Description

Linked list of the method arguments and theirs signatures.

Field Documentation

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


The documentation for this struct was generated from the following file: