Get the latest tech news
Show HN: Autarkie – Instant grammar fuzzing using Rust macros
Autarkie - Instant Grammar Fuzzing Using Rust Macros - R9295/autarkie
Essentially a drop-in replacement for arbitrary Actual grammar fuzzing - not "structure aware" Supports both AFL++ (Forkserver) and cargo-fuzz (Inprocess). As long as the grammar is defined using Rust, you can fuzz C/C++ too (using AFL++ forkserver) Really easy to use, complexity is abstracted for you. Personal favourite as it shows Autarkie's magic: you can build a highly sophisticated grammar fuzzer covering a language as complex as SQL in under 5 minutes.
Or read this on Hacker News