Locked History Actions

TutorialFileFuzzing

Tutorial: File Fuzzing

Welcome to the file fuzzing tutorial, part of the Peach Quickstart. In this tutorial we are going to build a wave (.wav) file fuzzer. Wave files are based on the RIFF file format. This format is not overly complex and will show off several features of Peach. The target of this fuzzer is mplayer, an open-source, cross-platform, command line media player.

Tutorial Outline

  1. Development environment

  2. Creating the data model

  3. Creating the state model

  4. Configuring a publisher

  5. Adding an agent and monitor

  6. Optimizing test count

  7. Running in parallel

Start >>