profuzz_core 0.1.0

profuzz is a generic approach to easily create a fast and easy-to use network protocol fuzzer for custom targets.
Documentation
1
2
3
/// Dynamic approach for identifying the crash
pub mod dynamic;
mod utils;