Closed gnbon closed 8 months ago
The error occurs at line 2434~2449 of the code. https://github.com/googleprojectzero/winafl/blob/25d5840799b628c8ef7750cd07ef2e30b299b156/afl-fuzz.c#L2434-L2449
As far as I know, this error occurs when CreateNamedPipe
attempts to create a pipe with a pipe_name
argument that has already been created and not deleted.
I solved the issue. I was running two different fuzzing campaigns with the same master name given to afl-fuzz -M
option. So I guess the pipe_name
was overlapped.
Winafl crashes immediately after re-start afl-fuzz. The master instance issues a program abort, but the slave instances execute dry-run normally.