Closed RIeFre closed 2 years ago
Yes, that's normal. When you stop the fuzzer process, the target process might continue running for a short while. If the target process is in a state where it's expecting to receive a command from the fuzzer via pipe, and that command doesn't come, you get an error message like this.
Is it possible to write a command to tell the target to exit before fuzzer stop?
It should be possible to do.
Thanks. I will try it.
Everytime I stop fuzzing with CTRL+C, this error popup. I tried on Windows 10 with DynamoRIO 7, 8, and 9 versions. Is this normal?