What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Binary Analyzer

The Binary analyzer is applied to Blob data elements. The analyzer will look for known types inside of the data such as strings and break up the Blob to expose found data types. This is an easy way to improve fuzzing of unknown binary data.

Example
<DataModel name="TheModel">

        <Blob>
                <Analyzer class="Binary" />
        </Blob>

</DataModel>