Module libafl::executors::command[][src]

Structs

A CommandExecutor is a wrapper around std::process::Command to execute a target as a child process. Construct a CommandExecutor by implementing CommandConfigurator for a type of your choice and calling CommandConfigurator::into_executor on it.

Traits

A CommandConfigurator takes care of creating and spawning a std::process::Command for the CommandExecutor.