Home | Trees | Indices | Help |
|
---|
|
Exposes the Windows Registry as a Python container.
|
|||
_RegistryContainer__EmptyArgument (Inherited from winappdbg.registry._RegistryContainer) |
|
|||
|
|||
tuple( int, str ) |
|
||
tuple( int, str ) |
|
||
str |
|
||
str |
|
||
win32.RegistryKeyHandle |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
RegistryKey |
|
||
list(str) |
|
||
iterator |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_hives_by_name =
|
|||
_hives_by_value =
|
|||
_hives =
|
|||
_RegistryContainer__emptyArgument = __emptyArgument
(Inherited from winappdbg.registry._RegistryContainer)
|
|
|||
str or None |
machine For a remote Registry, the machine name. |
|
|||
Inherited from |
|
Opens a local or remote registry.
|
Splits a Registry path and returns the hive and key.
|
Parses a Registry path and returns the hive and key.
|
Joins the hive and key to make a Registry path.
|
Sanitizes the given Registry path.
|
Connect to the specified hive of a remote Registry.
Note: The connection will be cached, to close all connections and erase this cache call the close method. |
Closes all open connections to the remote Registry. No exceptions are raised, even if an error occurs. This method has no effect when opening the local Registry. The remote Registry will still be accessible after calling this method (new connections will be opened automatically on access). |
repr(x)
|
Creates a new Registry key.
|
Returns a list of subkeys for the given Registry key.
|
Returns a recursive iterator on the specified key and its subkeys.
|
|
_hives_by_name
|
_hives_by_value
|
_hives
|
|
machineFor a remote Registry, the machine name. For a local Registry, the value isNone .
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:54 2013 | http://epydoc.sourceforge.net |