OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
[Dailydave] Peach for .NET Framework v2.0

From: Michael Eddington (meddingtongmail.com)
Date: Wed Oct 12 2005 - 20:44:14 CDT


Hello all,

I have just posted Peach.NET up at http://peachfuzz.sf.net. This is a
managed .NET wrapper around the Python version of Peach. Additionally
a modified version of Python.NET has been posted as a required
dependency. Both projects target v2.0 of the .NET Framework and
require Visual Studio 2005 to compile. A sample .NET application is
included as an example of usage.

Peach.NET is targeted at instrumenting .NET application for fuzzing
purposes while being able to reuse any prior Peach fuzzer objects.

As usual please report any bugs, feature requests, or changes to
meddington at gmail dot com.

Peach is released user the MIT free software license.

PS. Peach.NET does not use any .NET framework v2.0 features and can be
used on v1.1 code if one creates a working Python.NET with my patches
backported (mostly around RunString method).

mike