Peach :: Generators :: flipper :: SequentialDWORDSlider :: Class SequentialDWORDSlider
[hide private]

Class SequentialDWORDSlider

source code


Sequencially slides a DWORD through a data blob. This is for "random" fuzzing. Usefull brute forcing, codecs, etc.

Instance Methods [hide private]
 
__init__(self, group, data, dword=0xFFFFFFFF) source code
 
next(self) source code
 
reset(self) source code
 
getRawValue(self) source code
Class Variables [hide private]
  _data = None
  _position = 0
Method Details [hide private]

__init__(self, group, data, dword=0xFFFFFFFF)
(Constructor)

source code 
Parameters:
  • data (string) - Binary static blob to slide through
  • dword (ulong) - The dword to slide through (e.g. 0xBAADFOOD), slides 0XFFFFFFFF by default