DESCR 654 B

123456789101112
  1. zzuf is a transparent application input fuzzer. Its purpose is to find
  2. bugs in applications by corrupting their user-contributed data (which
  3. more than often comes from untrusted sources on the Internet). It works
  4. by intercepting file and network operations and changing random bits in
  5. the program's input. zzuf's behaviour is deterministic, making it easier
  6. to reproduce bugs. Its main areas of use are:
  7. * quality assurance: use zzuf to test existing software, or integrate it
  8. into your own software's testsuite
  9. * security: very often, segmentation faults or memory corruption issues
  10. mean a potential security hole, zzuf helps exposing some of them