Classes |
antiparser |
Main class - should be imported into fuzzer scripts. |
apChar |
apChar represents the char 8-bit C data type. |
apCString |
apCString represents a C style string, ie: an array of chars appended
by a null. |
apKeywords |
apKeywords represents a list of random values to prepend to the
content of the data object. |
apLong |
apLong represents the short 32-bit C data type. |
apObject |
Parent antiparser data object class -- not be invoked directly. |
apShort |
apShort represents the short 16-bit C data type. |
apSocket |
apSocket is a wrapper class for the Python socket API, for specialized
use with the antiparser. |
apString |
apString represents a freeform string. |