when command does not contain %s, vuzzer cannot run
We need write code to introduce is_stdin, and use subprocess pipe to send to the program.
Ideally, it would be better when in is_stdin mode, not each file need to be written to disk, reducing IO overhead.
when command does not contain
%s, vuzzer cannot runWe need write code to introduce
is_stdin, and use subprocess pipe to send to the program.Ideally, it would be better when in
is_stdinmode, not each file need to be written to disk, reducing IO overhead.