| Home | Trees | Indices | Help |
|
|---|
|
|
Windows application debugging engine for Python.
by Mario Vilas (mvilas at gmail.com)
Project: http://sourceforge.net/projects/winappdbg/
Web: http://winappdbg.sourceforge.net/
Blog: http://breakingcode.wordpress.com
|
|||
| Win32 API wrappers | |||
|---|---|---|---|
| |||
| Internal use | |||
| |||
|
|||
|
DummyCrashContainer Fakes a database of volatile Crash objects, trying to mimic part of it's interface. |
|||
|
VolatileCrashContainer Manages a database of volatile Crash objects, trying to avoid duplicates if requested. |
|||
|
CrashTable Manages a database of persistent Crash objects, trying to avoid duplicates only when requested. |
|||
|
Table Text based table. |
|||
|
Logger Logs text to standard output and/or a text file. |
|||
| Instrumentation | |||
|---|---|---|---|
|
System Interface to a batch of processes, plus some system wide settings. |
|||
|
Thread Interface to a thread in another process. |
|||
|
Process Interface to a process. |
|||
|
Module Interface to a DLL library loaded in the context of another process. |
|||
| Debugging | |||
|
Debug The main debugger class. |
|||
|
NoEvent No event. |
|||
|
EventHandler Base class for debug event handlers. |
|||
|
DebugRegister Class to manipulate debug registers. |
|||
| Crash reporting | |||
|
Crash Represents a crash, bug, or another interesting event in the debugee. |
|||
|
CrashContainer Manages a database of persistent Crash objects, trying to avoid duplicates. |
|||
|
CrashDump Static functions for crash dumps. |
|||
| Text input and output | |||
|
HexDump Static functions for hexadecimal dumps. |
|||
|
HexOutput Static functions for user output parsing. |
|||
|
DebugLog Static functions for debug logging. |
|||
|
HexInput Static functions for user input parsing. |
|||
| Win32 API wrappers | |||
|
Handle Encapsulates Win32 handles to avoid leaking them. |
|||
|
ProcessHandle Win32 process handle. |
|||
|
ThreadHandle Win32 thread handle. |
|||
|
FileHandle Win32 file handle. |
|||
|
|||
__revision__ =
|
|||
| str |
version = This WinAppDbg release version. |
||
__package__ =
|
|||
|
|||
__revision__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 12 19:46:07 2010 | http://epydoc.sourceforge.net |