#libafl #cargo #fuzz #fuzzer #utility #lib-fuzzer #wrapper

app cargo-libafl

A cargo wrapper to fuzz Rust code with LibAFL

9 releases

0.1.8 Mar 7, 2022
0.1.7 Feb 22, 2022

#680 in Testing

MIT/Apache

64KB
1.5K SLoC

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.

Dependencies

~6–18MB
~227K SLoC