QuickFuzz
QuickFuzz
QuickFuzz is an abandoned project. It was a tool written in Haskell designed for testing third-party software with unexpected inputs in common file formats, taking advantage of off-the-shelf, well-known fuzzers. Unlike other generational fuzzers, QuickFuzz does not require writing specifications for file formats, since it relies on existing file-format-handling libraries available on Haskell.
MegaDeTH
MegaDeTh is an abandoned spin-off of QuickFuzz. Mega Derivation TH (MegaDeTh) gives the user an aggressive way to derive instances for all the intermediate nested types that are needed to make the top-level instance work.