Cargo Features

[dependencies]
peacock-fuzz = { version = "0.2.1", default-features = false, features = ["debug-codegen", "docs-rs", "static-loading", "components"] }
default = components

The components feature is set by default whenever peacock-fuzz is added without default-features = false somewhere in the dependency tree.

debug-codegen

Enables debugging of generated code by the C backend by inserting printf() statements at the beginning of each function call.

docs-rs

Enables document-features of libafl

static-loading = components

For the LibAFL components: Activate this when a generator is statically compiled into the fuzzer

Affects ffi::load_generator

components default static-loading?

Include LibAFL components in library

Affects peacock-fuzz::components