Menu

Tree [8fd880] master v3.1.124 /
 History

HTTPS access


File Date Author Commit
 3rdParty 2014-06-24 Seth Hinze Seth Hinze [17df52] Fixes for linux/osx unit test failures.
 BasicBlocksPyew unknown
 ComTest 2013-12-31 Seth Hinze Seth Hinze [a5ea90] wscript updates for ide generation.
 CrashableServer 2013-12-31 Seth Hinze Seth Hinze [a5ea90] wscript updates for ide generation.
 CrashingFileConsumer 2013-12-31 Seth Hinze Seth Hinze [a5ea90] wscript updates for ide generation.
 CrashingProgram 2013-12-31 Seth Hinze Seth Hinze [a5ea90] wscript updates for ide generation.
 Peach 2014-05-30 jordyn jordyn [f2039f] Added minsize to padding + unit tests
 Peach.Core 2014-11-12 Seth Hinze Seth Hinze [8fd880] Use a larger buffer for sending/receiving.
 Peach.Core.Analysis.Pin.BasicBlocks 2014-04-17 Seth Hinze Seth Hinze [dd91d9] Fix issue where target changes PWD and trace ou...
 Peach.Core.Analysis.Pin.CoverageEdge 2014-01-29 Seth Hinze Seth Hinze [4629dc] Make debug builds of pin tools debuggable.
 Peach.Core.ComContainer 2014-05-28 Seth Hinze Seth Hinze [6ac48a] Use correct scripting mode.
 Peach.Core.OS.Linux 2014-03-19 Seth Hinze Seth Hinze [207f0b] Reving script to work with python3
 Peach.Core.OS.OSX 2013-12-28 Seth Hinze Seth Hinze [f7f0fa] Fixing build on osx.
 Peach.Core.OS.Windows 2013-12-28 Seth Hinze Seth Hinze [f7f0fa] Fixing build on osx.
 Peach.Core.Test 2014-05-30 jordyn jordyn [f2039f] Added minsize to padding + unit tests
 Peach.Core.Test.OS.Linux 2013-12-30 Seth Hinze Seth Hinze [5741de] nunit platform attribute cant differentiate lin...
 Peach.Core.Test.OS.OSX 2013-12-30 Seth Hinze Seth Hinze [5741de] nunit platform attribute cant differentiate lin...
 Peach.Core.Test.OS.Windows 2014-03-11 Seth Hinze Seth Hinze [779214] Fixing unit test.
 Peach.Core.WindowsDebugInstance 2013-12-28 Seth Hinze Seth Hinze [f7f0fa] Fixing build on osx.
 PeachFuzzBang 2014-04-17 Seth Hinze Seth Hinze [0641fc] Add OwnedCollection helper that automatically s...
 PeachLinuxCrashHandler 2013-12-28 Seth Hinze Seth Hinze [165cb8] Fix bad comment.
 PeachMinset 2014-03-04 Seth Hinze Seth Hinze [48522a] Implement coverage analysis of traces.
 PeachNetworkFuzzer 2013-12-28 Seth Hinze Seth Hinze [f7f0fa] Fixing build on osx.
 PeachSpider 2013-12-28 Seth Hinze Seth Hinze [7f8ad5] csprojs are auto generated now via 'waf msvs2010'.
 PeachValidator 2014-05-20 jordyn jordyn [dda428] Fixed validator to look at name spaces
 PeachXmlGenerator 2013-12-28 Seth Hinze Seth Hinze [f7f0fa] Fixing build on osx.
 Setup unknown
 build 2014-06-23 Seth Hinze Seth Hinze [dc3fee] Update osx tool search path.
 .gitignore 2013-11-24 Seth Hinze Seth Hinze [35b68e] Updating ignores.
 ChangeList.txt unknown
 LICENSE.txt unknown
 MonoCompatability.txt unknown
 README.txt unknown
 waf 2013-12-24 Seth Hinze Seth Hinze [4ec260] Bumping version of waf.
 waf.bat unknown
 wscript 2013-12-27 Seth Hinze Seth Hinze [e66619] Replace PIN_ROOT,MDOC_PATH,NUNIT_PATH with path...

Read Me

Peach 3 - RC 1
================

Welcome to Peach 3, a complete re-write of Peach using the 
Microsoft.NET framework.  Peach 3 is a cross-platform
fuzzer that mainly targets data consumers.

Peach 3 currently supports the following OSes:

  - Windows
  - OS X
  - Linux (e.g. Ubuntu, Redhat, etc.)


Installing from Source
----------------------

Windows Pre-requisits:
  - Microsoft.NET v4
  - Visual Studio 2010 SP1

Linux Pre-requisites:  
  - build-essential
  - mono-complete
  - g++-multilib (x86_64 only)

OS X Pre-requisites:
  - XCode 4
  - Mono SDK (2.10.10)

./waf configure
./waf build
./waf install



Copyright (c) Deja vu Security
Copyright (c) Michael Eddington