> However, when I run it using afl-fuzz it skips all the test cases as in the attached I used the following command:
> afl-fuzz -i in -m none -t 100+ -o AFL_Results ./a.out
Hate to ask, but have you tried specifying a more substantial timeout,
or letting AFL auto-calibrate (i.e., not providing the -t value at
all)?
Also, is the program doing anything beyond reading data from stdin and
then transforming it in some way? I.e., any network / IPC, anything
else that could cause it to be slow or stall?
/mz