afl-launch
afl-launch copied to clipboard
Does not support stdin input
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.