Crates.io | butterfly-fuzz |
lib.rs | butterfly-fuzz |
version | 0.2.2 |
source | src |
created_at | 2022-07-13 17:08:31.452176 |
updated_at | 2022-08-06 20:13:33.107884 |
description | LibAFL components for stateful fuzzing |
homepage | |
repository | https://github.com/fkie-cad/butterfly |
max_upload_size | |
id | 625174 |
size | 78,562 |
This crate brings stateful fuzzing capabilities to LibAFL via
butterfly
uses rust 2021 edition, so execute
rustup toolchain install nightly
and in your Cargo.toml
insert
[dependencies]
butterfly = { version = "0.2.2", package = "butterfly-fuzz" }
Start with the wiki and the docs. Also, some examples may be helpful.
For questions, feature requests or bug reports please create an issue.