libafl 0.15.4

Slot your own fuzzers together and extend their features using Rust
1
2
3
4
5
6
7
//! `LibAFL` version of the [`Nautilus`](https://github.com/nautilus-fuzz/nautilus) grammar fuzzer
#![doc = include_str!("README.md")]

#[allow(missing_docs)]
pub mod grammartec;
#[allow(missing_docs)]
pub mod regex_mutator;