bnagy/afl-launch

Does not support stdin input

Arinerron opened this issue · 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.