| Home | Trees | Indices | Help |
|
|---|
|
|
To Do: Add persistant data support (disk / MySQL)
|
|||
|
|||
|
|||
|
|||
|
|||
bins = {}
|
|||
last_crash = None
|
|||
pydbg = None
|
|||
|
|||
Given a PyDbg instantiation that at the current time is assumed to have "crashed" (access violation for example) record various details such as the disassemly around the violating address, the ID of the offending thread, the call stack and the SEH unwind. Store the recorded data in an internal dictionary, binning them by the exception address.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:16:58 2008 | http://epydoc.sourceforge.net |