Module libafl::executors::inprocess[][src]

Expand description

The InProcessExecutor is a libfuzzer-like executor, that will simply call a function. It should usually be paired with extra error-handling, such as a restarting event manager, to be effective.

Structs

The inmem executor simply calls a target function, then returns afterwards.

Functions

A handler that does nothing.

Type Definitions