Package Peach :: Package Mutators :: Module default
[hide private]

Module default

source code

Mutator base classes and interfaces.

A Mutator implements a method of mutating data/state for a Peach 2 fuzzer. For example a mutator might change the state flow defined by a Peach fuzzer. Another mutator might mutate data based on known relationships. Another mutator might perform numerical type tests against fields.


Author: Michael Eddington

Version: $Id: default.py 1131 2008-08-16 05:55:11Z meddingt $

Classes [hide private]
  NullMutator
Does not make any changes to data tree.