peach icon indicating copy to clipboard operation
peach copied to clipboard

ASanConsoleMonitor doesn't support blocking executable

Open frederic opened this issue 8 years ago • 0 comments

Hi,

When ASanConsoleMonitor is used to monitor a blocking process (i.e. foreground process), fuzzing process doesn't start.

This is caused by the instruction: stdout, stderr = self.process.communicate() in file process.py

Thank you

frederic avatar Aug 10 '15 14:08 frederic