Module libafl::executors::command

source ·
Expand description

The command executor executes a sub program for each run

Structs

Enums

  • How to deliver input to an external program StdIn: The target reads from stdin File: The target reads from the specified InputFile

Traits