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

Boring tool to launch multiple afl-fuzz instances

Results 4 afl-launch issues
Sort by recently updated
recently updated
newest added

added 2 second delay on each startup because the stock run won't work properly on 128 cores, it only starts about 40 at a time. I figure someone can make...

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 would like to use the qemu mode with afl-launch. But passing -Q as parameter gives an error "flag provided but not defined: -Q" afl-fuzz however accepts the -Q flag.

This is the same issue @genewitch found and I can confirm it is also a problem on 64-core machines as well. The issue is that multiple instances of AFL will...