fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

Hope to try Codefuzzer in this project

Open anner910 opened this issue 3 years ago • 1 comments

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");

anner910 avatar Aug 16 '22 07:08 anner910

You have to open a PR to add a fuzzer, see https://google.github.io/fuzzbench/getting-started/adding-a-new-fuzzer/

andreafioraldi avatar Sep 19 '22 08:09 andreafioraldi