| Home | Trees | Indices | Help |
|
|---|
|
|
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 $
|
|||
|
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. |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:16:57 2008 | http://epydoc.sourceforge.net |