google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.09k stars 266 forks source link

Encounter problems when adding a new fuzzer #1960

Closed zhangteng0526 closed 5 months ago

zhangteng0526 commented 7 months ago

When I follow the steps on the official website to add a new fuzzer, a problem occurs during make, as shown in the picture. There are no rules for making goals image

zhangteng0526 commented 7 months ago

make: *** No rule to make target 'build-myafl-libpng-1.2.56'. Stop.

DonggeLiu commented 5 months ago

The benchmark name has to be a benchmark dir under the benchmark directory. In your example, it could be libpng_libpng_read_fuzzer.

DonggeLiu commented 5 months ago

Feel free to reopen this if it does not work.