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.

Needs the fork feature flag.

Structs

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

Statics

Exception handling needs some nasty unsafe.

Functions