[Haskell-cafe] Haskell Program

Neil Mitchell ndmitchell at gmail.com
Sat Sep 23 11:16:13 EDT 2006


> Cool! Were you going to tell us what the program does, or are we
> supposed to read the source and figure it out?

>From the web page:

File Fuzzers

These tools are useful for testing any program which processes binary
file inputs such as archivers and image file viewers.

FileP is a python-based file fuzzer. It generates mutated files from a
list of source files and feeds them to an external program in batches.
Prerequisites: Python 2.4

FileH is a haskell-based file fuzzer. It generates mutated files from
a list of source files and feeds them to an external program in
batches.
Prerequisites: GHC 6.4.2

Thanks

Neil


More information about the Haskell-Cafe mailing list