Package FuzzManager :: Package FTB :: Package Running :: Module AutoRunner
[hide private]
[frames] | no frames]

Module AutoRunner

source code


AutoRunner -- Determine the correct runner class (GDB, ASan, etc) for
              the given program, instantiate and return it.

@author:     Christian Holler (:decoder)

@license:

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.

@contact:    choller@mozilla.com

Classes [hide private]
  AutoRunner
Abstract base class that provides a method to instantiate the right sub class for running the given program and obtaining crash information.
  GDBRunner
  ASanRunner
Variables [hide private]
  __package__ = 'FuzzManager.FTB.Running'