Expand description

Executor for differential fuzzing. It wraps two exeutors that will be run after each other with the same input. In comparison to the crate::executors::CombinedExecutor it also runs the secondary executor in run_target.

Structs

A DiffExecutor wraps a primary executor, forwarding its methods, and a secondary one