Menu

Protofuzz / News: Recent posts

Forget project releases, look at CVS

Managing the releases of each file within the protofuzz project is pointless work for me, and confusing for anyone looking at it. Until things settle down a bit, look in CVS (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/protofuzz/) for the latest and greatest. There's other neat stuff in there besides just the perl scripts!

Posted by Jeff Schaller 2001-10-06

Documentation

For documentation related to this project, please check the "Docs" link in the top navigation or the "DocManager" link further down (same destination).

Posted by Jeff Schaller 2001-08-23

Phase 1 work

I've settled on more details for phase one of the project (where you input a grammar and get back fuzz sessions). The first program / phase in this project will (hopefully) read an RFC and find the extended BNF syntax for the protocol, then output a perl script that looks similar to pfuzz1.pl, which consists of subroutines corresponding to nonterminal productions in the original grammar. The subroutines output a random production within the grammar, subject to two possible mutilations:
1. a chance for "production" mangling
2. a chance for string mangling.... read more

Posted by Jeff Schaller 2001-08-23