| Home | Trees | Indices | Help |
|
|---|
|
|
Interface to a thread in another process.
|
|||
| Registers | |||
|---|---|---|---|
|
Flags Commonly used processor flags |
|||
|
|||
|
|||
|
|||
| list of Window |
|
||
| int |
|
||
|
|||
| int |
|
||
|
|||
| tuple( int... ) |
|
||
| tuple( int... ) |
|
||
|
Inherited from |
|||
| Properties | |||
|---|---|---|---|
| Process |
|
||
| int |
|
||
| int |
|
||
| str |
|
||
|
|||
| bool |
|
||
| int |
|
||
| TEB |
|
||
| int |
|
||
| bool |
|
||
| Instrumentation | |||
|
|||
|
|||
| int |
|
||
| int |
|
||
| Registers | |||
| dict( str → int ) |
|
||
|
|||
| int |
|
||
| int |
|
||
| int |
|
||
|
|||
| int |
|
||
|
|||
| int |
|
||
|
|||
| int |
|
||
|
|||
| bool |
|
||
|
|||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Handle | |||
|
|||
|
|||
| ThreadHandle |
|
||
| Disassembly | |||
| list of tuple( long, int, str, str ) |
|
||
| list of tuple( long, int, str, str ) |
|
||
| list of tuple( long, int, str, str ) |
|
||
| tuple( long, int, str, str ) |
|
||
| tuple( long, int, str, str ) |
|
||
| list of tuple( long, int, str, str ) |
|
||
| Stack | |||
| str |
|
||
| tuple( int, int ) |
|
||
| tuple( int, int ) |
|
||
| tuple of tuple( int, int, str ) |
|
||
| tuple of tuple( int, int, str ) |
|
||
| str |
|
||
| tuple( int... ) |
|
||
| str |
|
||
| tuple( int... ) |
|
||
| Miscellaneous | |||
| str |
|
||
| int |
|
||
| list of tuple( int, int ) |
|
||
| tuple of ( list of win32.WAITCHAIN_NODE_INFO structures, bool) |
|
||
| str |
|
||
| dict( str → str ) |
|
||
| dict( str → str ) |
|
||
| str |
|
||
|
|||
| int |
dwThreadId Global thread ID. |
||
| ThreadHandle |
hThread Handle to the thread. |
||
| int |
pInjectedMemory If the thread was created by Process.inject_code, this member contains a pointer to the memory buffer for the injected code. |
||
| Process |
process Parent process object. |
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
|
|
Sets the thread's name.
|
|
Waits for the thread to finish executing.
|
Terminates the thread execution.
Note:
If the |
Suspends the thread execution.
|
Resumes the thread execution.
|
|
|
|
See Also: set_context |
Sets the values of the registers.
See Also: get_context |
|
Sets the value of a specific register.
|
|
Sets the value of the program counter register.
|
|
Sets the value of the frame pointer register.
|
|
Sets the value of the frame pointer register.
|
|
Sets the value of the stack pointer register.
|
|
Sets the value of the RP register.
|
|
Sets the flags register, optionally masking some bits.
|
|
Sets a single flag, leaving the others intact.
|
|
|
|
|
|
|
|||
dwThreadIdGlobal thread ID. Use get_tid instead.
|
hThreadHandle to the thread. Use get_handle instead.
|
pInjectedMemoryIf the thread was created by Process.inject_code, this member contains a pointer to the memory buffer for the injected code. Otherwise it'sNone.
The kill method uses this member to free the buffer when the injected thread is killed.
|
processParent process object. Use get_process instead.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 12 19:46:25 2010 | http://epydoc.sourceforge.net |