Crates.io | cargo-libafl |
lib.rs | cargo-libafl |
version | 0.1.8 |
source | src |
created_at | 2022-02-22 14:08:08.317188 |
updated_at | 2022-03-07 13:56:54.272293 |
description | A `cargo` wrapper to fuzz Rust code with `LibAFL` |
homepage | |
repository | https://github.com/AFLplusplus/cargo-libafl |
max_upload_size | |
id | 537300 |
size | 80,266 |
This cargo utility is a replacement for (and a fork of) cargo-fuzz to use a LibAFL-based fuzzer instead of libfuzzer.
The available features are still behind the original cargo-fuzz.
You need a nightly compiler to use cargo-libafl.
cargo install -f cargo-libafl
cargo libafl --help