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

Downloads:
filep.zip
fileh.zip