Cargo Features

libafl_qemu_build has no features set by default.

[dependencies]
libafl_qemu_build = { version = "0.15.0", features = ["shared", "slirp", "clippy", "qemu_sanitizers", "paranoid_debug"] }
shared
slirp

build qemu with host libslirp (for user networking)

clippy

special feature for clippy, don't use in normal projects§

qemu_sanitizers

Enable QEMU sanitizers

paranoid_debug

Will perform as many checks as possible. The target will be greatly slowed down.