pub struct ForkserverExecutorBuilder<'a, SP> { /* private fields */ }
Expand description

The builder for ForkserverExecutor

Implementations

Builds ForkserverExecutor.

Use autodict?

Parse afl style command line

Creates a new AFL-style ForkserverExecutor with the given target, arguments and observers. This is the builder for ForkserverExecutor This Forkserver will attempt to provide inputs over shared mem when shmem_provider is given. Else this forkserver will try to write the input to .cur_input file. If debug_child is set, the child will print to stdout/stderr.

The harness

Adds an argument to the harness’s commandline

Adds arguments to the harness’s commandline

Adds an environmental var to the harness’s commandline

Adds environmental vars to the harness’s commandline

Place the input at this position and set the filename for the input.

Place the input at this position and set the default filename for the input.

If debug_child is set, the child will print to stdout/stderr.

Shmem provider for forkserver’s shared memory testcase feature.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The Resulting TupleList, of an Prepend::prepend() call, including the prepended entry. Read more

Prepend a value to this tuple, returning a new tuple with prepended value.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.