-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREADME.txt
More file actions
39 lines (26 loc) · 718 Bytes
/
README.txt
File metadata and controls
39 lines (26 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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