Expand description
This crate implement parsing AFL status from fuzzer_status file generated by AFL instances.
All status data is included in the AFLStat struct. Use AFLStat::load function to
load it from a specific fuzzer_stats file, or use AFLStat::parse function to parse a
AFLStat struct from the content of a fuzzer_stats file.
Structs§
- AFLStat
- AFL status data.
Enums§
- Error
- The error type in this crate.
Type Aliases§
- Result
- Result type in this crate.