fuzzbench
fuzzbench copied to clipboard
Hope to try Codefuzzer in this project
Codefuzzer is a new tool, but the performance is superior .
You can follow the link below to run it Codefuzzer .
https://gitee.com/anner910/codefuzzer?_from=gitee_search
https://gitee.com/anner910/codefuzzer/blob/master/doc/%E5%9C%BA%E6%99%AF%E9%80%82%E9%85%8D/%E8%BF%90%E8%A1%8Clibfuzzer%E7%94%A8%E4%BE%8B.md
PL_printf("--seed \n");
PL_printf("--time \n");
PL_printf("--count \n");
PL_printf("--Maxlen \n");//只对blob有效
PL_printf("--timeout \n");
PL_printf("--mode \n");
PL_printf("--name \n");
PL_printf("--CorpusPath \n");
PL_printf("--InBinCorpusPath \n");
PL_printf("--OutBinCorpusPath \n");
PL_printf("--reportPath \n");
PL_printf("--help \n");
You have to open a PR to add a fuzzer, see https://google.github.io/fuzzbench/getting-started/adding-a-new-fuzzer/