Module libafl::inputs[][src]

Inputs are the actual contents sent to a target for each exeuction.

Re-exports

pub use bytes::BytesInput;

Modules

bytes

The BytesInput is the “normal” input, a map of bytes, that can be sent directly to the client (As opposed to other, more abstract, imputs, like an Grammar-Based AST Input)

Structs

NopInput

An input for tests, mainly. There is no real use much else.

Traits

HasBytesVec

Contains an internal bytes Vector

HasLen

Has a length field

HasTargetBytes

Can be represented with a vector of bytes This representation is not necessarily deserializable Instead, it can be used as bytes input for a target

Input

An input for the target