<< Previouse | Up | Next >>
The Peach Development Environment
Before we start building our Peach fuzzer let’s first take a moment to talk about a normal Peach development environment. Here is what a typical environment looks like:
XML Editor
A good XML is definitely a must. A good free XML editor for Windows is Microsoft Visual Studio Express edition. If you already have an XML editor that supports intellisense via XML Schema you’re all set.
Latest Peach
Always stay up to date on the version of Peach you are using to get the latest bug fixes.
Debugger and support tools
There are several support tools that make things work a lot nicer.
-
On Windows you will want the following for this lab:
-
Microsoft Debugging Tools (pick the latest version available)
-
-
On OS X you will want the following for this lab:
-
CrashWrangler (Apple Developer Connection account required)
-
<< Previouse | Up | Next >>


