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

Module system

source code

Instrumentation module.

Classes [hide private]
    Instrumentation
  Window
Interface to an open window in the current desktop.
  Module
Interface to a DLL library loaded in the context of another process.
  Thread
Interface to a thread in another process.
  Process
Interface to a process.
  System
Interface to a batch of processes, plus some system wide settings.
    Capabilities (private)
  ModuleContainer
Encapsulates the capability to contain Module objects.
  ThreadContainer
Encapsulates the capability to contain Thread objects.
  ProcessContainer
Encapsulates the capability to contain Process objects.
  MemoryOperations
Encapsulates the capabilities to manipulate the memory of a process.
  SymbolEnumerator
Internally used by SymbolContainer to enumerate symbols in a module.
  SymbolContainer
Capability to contain symbols.
  SymbolOperations
Encapsulates symbol operations capabilities.
  ThreadDebugOperations
Encapsulates several useful debugging routines for threads.
  ProcessDebugOperations
Encapsulates several useful debugging routines for processes.
Functions [hide private]
 
Decode(*argv, **argd)
PLEASE INSTALL DISTORM BEFORE GENERATING THE DOCUMENTATION
source code
Variables [hide private]
  __revision__ = '$Id: system.py 764 2010-07-20 10:59:45Z qvasim...
  Decode16Bits = None
hash(x)
  Decode32Bits = None
hash(x)
  Decode64Bits = None
hash(x)
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: system.py 764 2010-07-20 10:59:45Z qvasimodo $'