fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

Support non-C/C++ in FuzzBench

Open ligurio opened this issue 5 months ago • 0 comments

There are many other programming languages except C/C++ that have a good fuzzing engines. Like Jazzer (Java), Jazzer.JS (JavaScript), Ruzzy (Ruby), Atheris (Python), luzer (Lua) etc. From programming language point of view, the support of fuzzing is different from one PL to another one and effectiveness of fuzzing may be varying due to this.

Most benchmarks in FuzzBench is written in C and C++ ^1. But, I suppose, it is possible to create similar benchmarks for other languages to measure fuzzing effectiveness of fuzzing engines written in other PL's.

What do you think? Do you have plans or intentions to support other programming languages in FuzzBench?

Some fuzzing engines have their own benchmarks, for example Jazzer ^2.

ligurio avatar May 26 '25 11:05 ligurio