1 unstable release
0.1.0 | Apr 26, 2020 |
---|
#7 in #afl
19KB
394 lines
afl-stat-rs
afl-stat-rs
is a light Rust crate used for parsing AFL's fuzzer_stat
file.
Now available on crates.io.
lib.rs
:
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.