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

Module system

source code

Instrumentation module.


See Also: http://apps.sourceforge.net/trac/winappdbg/wiki/Instrumentation

Classes [hide private]
  Window
    Instrumentation
  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)
  PathOperations
Static methods for filename and pathname manipulation.
  ModuleContainer
Encapsulates the capability to contain Module objects.
  ThreadContainer
Encapsulates the capability to contain Thread objects.
  ProcessContainer
Encapsulates the capability to contain Process objects.
  MemoryAddresses
Class to manipulate memory addresses.
  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 550 2009-12-13 23:52:46Z qvasim...
  Decode16Bits = None
hash(x)
  Decode32Bits = None
hash(x)
  Decode64Bits = None
hash(x)
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: system.py 550 2009-12-13 23:52:46Z qvasimodo $'