Package Peach :: Package Generators :: Module flipper
[hide private]

Module flipper

source code

Default flippers. Flippers are used to flip bits in a data. This is used for "random" or "bute force" fuzzing. Usefull on codecs and fully unknown protocols. Runtime is long for flippers.

Flippers can be "stacked" so to speak to make for interesting random flipping. To stack, just use one Flipper as the data generator for another flipper.


Author: Michael Eddington

Version: $Id: Peach.Generators.flipper-module.html 1138 2008-08-16 19:39:03Z meddingt $

Classes [hide private]
  SequentialFlipper
Sequencially flipps bits in a data blob.
  SequentialDWORDSlider
Sequencially slides a DWORD through a data blob.
  PartialFlipper
Performs flips of 20% of bits in data.