Home | Trees | Index | Help |
|
---|
|
antiparser.antiparser
:
Main class - should be imported into fuzzer scripts.
antiparser.apObject
:
Parent antiparser data object class -- not be invoked directly.
antiparser.apChar
:
apChar represents the char 8-bit C data type.
antiparser.apKeywords
:
apKeywords represents a list of random values to prepend to the
content of the data object.
antiparser.apLong
:
apLong represents the short 32-bit C data type.
antiparser.apShort
:
apShort represents the short 16-bit C data type.
antiparser.apString
:
apString represents a freeform string.
antiparser.apCString
:
apCString represents a C style string, ie: an array of chars appended
by a null.
antiparser.apSocket
:
apSocket is a wrapper class for the Python socket API, for specialized
use with the antiparser.
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Aug 17 09:02:50 2005 | http://epydoc.sf.net |