Package winappdbg :: Module crash
[hide private]
[frames] | no frames]

Module crash

source code

Crash logging module.

Classes [hide private]
  ContainerBase
Base class for Container types.
    Crash reporting
  CrashContainer
Manages a database of persistent Crash objects, trying to avoid duplicates.
  CrashTable
Manages a database of persistent Crash objects, trying to avoid duplicates only when requested.
  CrashTableMSSQL
Manages a database of persistent Crash objects, trying to avoid duplicates only when requested.
  VolatileCrashContainer
Manages a database of volatile Crash objects, trying to avoid duplicates if requested.
  DummyCrashContainer
Fakes a database of volatile Crash objects, trying to mimic part of it's interface, but doesn't actually store anything.
  Crash
Represents a crash, bug, or another interesting event in the debugee.
Variables [hide private]
  __revision__ = '$Id: crash.py 744 2010-07-11 20:47:15Z qvasimo...
  anydbm = None
hash(x)
  sqlite = None
hash(x)
  pyodbc = None
hash(x)
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: crash.py 744 2010-07-11 20:47:15Z qvasimodo $'