afl-launch icon indicating copy to clipboard operation
afl-launch copied to clipboard

Does not support stdin input

Open Arinerron opened this issue 5 years ago • 0 comments

Usually with afl-fuzz I can just send input through stdin by specifying the command ./binary. However, afl-launch complains that the command wasn't supplied unless it contains @@ (e.g. ./binary @@).

I don't want to pass through argv or have to mess with my harness anymore. It'd be nice if afl-launch supported this.

Arinerron avatar Jun 14 '20 23:06 Arinerron