Module libafl::observers::stdio

source ·
Expand description

The StdOutObserver and StdErrObserver observers look at the stdout of a program The executor must explicitly support these observers. For example, they are supported on the crate::executors::CommandExecutor.

Structs

  • An observer that captures stderr of a target. Only works for supported executors.
  • An observer that captures stdout of a target. Only works for supported executors.