- generateFuncParamFuzzer
void generateFuncParamFuzzer(CFunction f, ParamsT param_limits, CppModule f_, CppModule extra_includes)
Generate the parameters with random values.
- generateFuncUserFuzzer
void generateFuncUserFuzzer(CFunction f, SymbolT sym, CppModule f_, CppModule extra_includes)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateFuzzCases
void generateFuzzCases(ImplData impl, IncludeT[] target_includes, GeneratedData gen)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateFuzzerTargetIncludes
void generateFuzzerTargetIncludes(IncludeT[] includes, CppModule m)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateMain
void generateMain(ImplData impl, CppModule m)
Undocumented in source. Be warned that the author may not have intended to support it.