Home | Trees | Indices | Help |
|
---|
|
Interface to a batch of processes, plus some system wide settings. Contains a snapshot of processes.
|
|||
bool |
|
||
|
|||
dictionary-valueiterator |
|
||
int |
|
||
|
|||
Inherited from |
|||
Instrumentation | |||
---|---|---|---|
Process |
|
||
Processes snapshot | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
list of tuple( Process, str ) |
|
||
int or None |
|
||
Process |
|
||
int |
|
||
list( int ) |
|
||
bool |
|
||
dictionary-keyiterator |
|
||
dictionary-valueiterator |
|
||
|
|||
|
|||
|
|||
Threads snapshots | |||
Thread |
|
||
int |
|
||
list( int ) |
|
||
bool |
|
||
|
|||
Modules snapshots | |||
list( Module... ) |
|
||
list( Module... ) |
|
||
list( Module... ) |
|
||
int |
|
||
|
|||
Event notifications (private) | |||
|
|||
|
|
|||
Global settings | |||
---|---|---|---|
|
|||
bool |
|
||
|
|||
Instrumentation | |||
str |
|
||
list( str ) |
|
|
|||
int |
bits = 32 Size of the machine word in bits for the current architecture. |
||
str |
os =
Name of the Windows version we're runing on. |
||
bool |
wow64 = False True if the debugger is a 32 bits process running in a
64 bits version of Windows, False otherwise.
|
||
Global settings | |||
---|---|---|---|
str |
arch =
Name of the processor architecture we're running on. |
||
int |
pageSize = 4096 Page size in bytes. |
|
|||
Inherited from |
|
Requests debug privileges. This may be needed to debug processes running as SYSTEM (such as services) since Windows XP. |
Automatically detach from processes when the current thread dies. Works on the following platforms:
Fails on the following platforms:
|
When tracing, call this on every single step event for step on branch mode.
Warning: This has a HARDCODED value for a machine specific register (MSR). It could potentially brick your machine. It works on my machine, but your mileage may vary. Note: It doesn't seem to work in VirtualBox machines. Maybe it fails in other virtualization/emulation environments, no extensive testing was made so far. |
|
archName of the processor architecture we're running on. For more details see win32.version.get_arch.
|
bitsSize of the machine word in bits for the current architecture. For more details see win32.version.get_bits.
|
osName of the Windows version we're runing on. For more details see win32.version.get_os.
|
pageSizePage size in bytes. Defaults to 0x1000 but it's automatically updated on runtime when importing the module.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 12 19:46:25 2010 | http://epydoc.sourceforge.net |