Cargo Features
[dependencies]
peacock-fuzz = { version = "0.2.4", default-features = false, features = ["debug-codegen", "docs-rs", "static-loading", "components"] }
- default = components
-
The
components
feature is set by default wheneverpeacock-fuzz
is added without
somewhere in the dependency tree.default-features = false - 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 ^0.13
- 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
…