google/fuzzing

Python script as fuzz target?

zhoulaifu opened this issue · 0 comments

The document of good fuzz target https://github.com/google/fuzzing/blob/master/docs/good-fuzz-target.md seems to imply that a fuzz target has to be in C family languages. Could it be a simple python script? Thanks.