Home | Trees | Indices | Help |
|
---|
|
Exposes a single Windows Registry key as a dictionary-like object.
See Also: Registry
|
|||
_RegistryContainer__EmptyArgument (Inherited from winappdbg.registry._RegistryContainer) |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
int |
|
||
|
|||
|
|||
|
|||
|
|||
iter of RegistryKey |
|
||
list(RegistryKey) |
|
||
RegistryKey |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_RegistryContainer__emptyArgument = __emptyArgument
(Inherited from winappdbg.registry._RegistryContainer)
|
|
|||
str |
path Registry key path. |
||
win32.RegistryKeyHandle |
handle Registry key handle. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Retrieves the low-level data type for the given value.
|
str(x)
|
repr(x)
|
Iterates the subkeys for this Registry key.
|
Returns a list of subkeys for this Registry key.
|
Retrieves a subkey for this Registry key, given its name.
|
Flushes changes immediately to disk. This method is normally not needed, as the Registry writes changes to disk by itself. This mechanism is provided to ensure the write happens immediately, as opposed to whenever the OS wants to. Warning: Calling this method too often may degrade performance. |
|
pathRegistry key path.
|
handleRegistry key handle.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:54 2013 | http://epydoc.sourceforge.net |