cargo-libafl

Crates.iocargo-libafl
lib.rscargo-libafl
version0.1.8
sourcesrc
created_at2022-02-22 14:08:08.317188
updated_at2022-03-07 13:56:54.272293
descriptionA `cargo` wrapper to fuzz Rust code with `LibAFL`
homepage
repositoryhttps://github.com/AFLplusplus/cargo-libafl
max_upload_size
id537300
size80,266
AFLplusplus (aflpp)

documentation

README

cargo-libafl

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.

Install

You need a nightly compiler to use cargo-libafl.

cargo install -f cargo-libafl 

Use

cargo libafl --help

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 19

cargo fmt