Package Peach :: Package Gui :: Module help
[hide private]

Module help

source code

Help strings for the GUI.


Author: Michael Eddington

Version: $Id: help.py 808 2008-03-25 18:56:36Z meddingt $

Variables [hide private]
  HelpTreeNodes = {"Peach": "", "Template": "Templates are top l...
  HelpPropertyItems = {"String": {"type": "Specify type of strin...
  EnumDropDowns = {"Generator": {"class": ["AsInt16", "AsInt24",...
Variables Details [hide private]

HelpTreeNodes

Value:
{"Peach": "", "Template": "Templates are top level elements that conta\
in other data elements. Templates can be based on other Templates or B\
locks using the ref attribute. Templates behave much like Blocks.", "B\
lock": "Blocks are combinations of other data elements combined in seq\
uence to produce a block of data. A block is similar to a c structure.\
 Blocks can contain other blocks, strings, numbers, etc.", "Number": "\
Represents a non-ascii integer that has a size in bits, and a byte ord\
er.", "Sequence": "Specify a sequence of elements that will be used in\
...

HelpPropertyItems

Value:
{"String": {"type": "Specify type of string. Default is char.", "lengt\
h": "Specify static length of string. Default is unbounded.", "tokens"\
: "Specify the set of tokens (as a Python array literal) that will be \
used to tokenize and fuzz this String. Example: "[':', '.', '[' ]\
"", "nullTerminated": "Indicate if string is null terminated. Def\
ault is false.", "isStatic": "Indicates value is static and should not\
 be fuzzed.", "padCharacter": "Specify the character to bad the string\
 with if it's length if less then specified in the length attribute. O\
...

EnumDropDowns

Value:
{"Generator": {"class": ["AsInt16", "AsInt24", "AsInt32", "AsInt4x4", \
"AsInt64", "AsInt8", "BadBerEncodedOctetString", "BadDate", "BadDerEnc\
odedOctetString", "BadFilename", "BadHostname", "BadIpAddress", "BadNu\
mbers", "BadNumbers16", "BadNumbers24", "BadNumbers32", "BadNumbers8",\
 "BadNumbersAsString", "BadPath", "BadPositiveNumbers", "BadString", "\
BadStrings", "BadTime", "BadUnicode", "BadUnsignedNumbers", "BadUnsign\
edNumbers16", "BinaryList", "Bit", "Block", "Block2", "Block3", "Block\
Randomizer", "BlockSize", "Dictionary", "Double", "EndlessRandomString\
...