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

Module crash

source code

Crash dump support.

Classes [hide private]
  Marshaller
Custom pickler for Crash objects.
    Crash reporting
  Crash
Represents a crash, bug, or another interesting event in the debugee.
  CrashDictionary
Dictionary-like persistence interface for Crash objects.
    Warnings
  CrashWarning
An error occurred while gathering crash data.
    Deprecated classes
  CrashContainer
Old crash dump persistencer using a DBM database.
  CrashTable
Old crash dump persistencer using a SQLite database.
  CrashTableMSSQL
Old crash dump persistencer using a Microsoft SQL Server database.
  VolatileCrashContainer
Old in-memory crash dump storage.
  DummyCrashContainer
Fakes a database of volatile Crash objects, trying to mimic part of it's interface, but doesn't actually store anything.
Variables [hide private]
  __revision__ = '$Id: crash.py 1299 2013-12-20 09:30:55Z qvasim...
  sql = None
hash(x)
  anydbm = None
hash(x)
  HIGHEST_PROTOCOL = 2
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: crash.py 1299 2013-12-20 09:30:55Z qvasimodo $'