| Functions | |
| def | printError | 
| def | usage | 
| Variables | |
| noCount = False | |
| verbose = False | |
| webWatcher = False | |
| restartFuzzer = False | |
| restartFuzzerFile = None | |
| parallel = None | |
| startNum = None | |
| runHot = False | |
| Initialize some HotFuzz variables. | |
| hotFuzzing = False | |
| hotFuzzRecording = False | |
| int | hotRecIterCount = 0 | 
| int | debugDissect = 0 | 
| hotOutput = None | |
| Default output file for recording phase is output.xml. | |
| hotseed = None | |
| hotGuiPort = None | |
| Default port for communication with GUI is 12559. | |
| tuple | p = os.path.dirname(os.path.abspath(sys.executable)) | 
| list | analyzer = optlist[i] | 
| Commandline options recognized by Peach and HotFuzz. | |
| tuple | cls = eval(analyzer) | 
| dictionary | a = {} | 
| list | strategy = optlist[i] | 
| list | range = optlist[i] | 
| list | args = args[2:] | 
| tuple | parser = Analyzer.DefaultParser() | 
| tuple | engine = engine.Engine() | 
| int | port = 9000 | 
| password = None | |
| tuple | agent = Agent(password, port) | 
| watcher = None | |
| tuple | guiCommunicator = GuiCommunicationThread(engine.hotFuzz.hotEngine,engine,hotGuiPort) | 
| Just for testing proxy functionality. | |
| def peach::printError | ( | str | ) | 
| def peach::usage | ( | ) | 
| dictionary peach::a = {} | 
| tuple peach::agent = Agent(password, port) | 
| list peach::analyzer = optlist[i] | 
| list peach::args = args[2:] | 
| tuple peach::cls = eval(analyzer) | 
| tuple peach::engine = engine.Engine() | 
| tuple peach::guiCommunicator = GuiCommunicationThread(engine.hotFuzz.hotEngine,engine,hotGuiPort) | 
Just for testing proxy functionality.
Initialize recording phase.
Initialize fuzzing phase.
Not used any more
| peach::hotFuzzing = False | 
| peach::hotFuzzRecording = False | 
| int peach::hotGuiPort = None | 
Default port for communication with GUI is 12559.
| string peach::hotOutput = None | 
Default output file for recording phase is output.xml.
| list peach::hotRecIterCount = 0 | 
| list peach::hotseed = None | 
| peach::noCount = False | 
| tuple peach::p = os.path.dirname(os.path.abspath(sys.executable)) | 
| list peach::parallel = None | 
| tuple peach::parser = Analyzer.DefaultParser() | 
| list peach::password = None | 
| tuple peach::port = 9000 | 
| list peach::range = optlist[i] | 
| peach::restartFuzzer = False | 
| peach::restartFuzzerFile = None | 
| peach::runHot = False | 
| tuple peach::startNum = None | 
| list peach::strategy = optlist[i] | 
| peach::verbose = False | 
| tuple peach::watcher = None | 
| peach::webWatcher = False | 
 1.5.8
 1.5.8