Trees | Indices | Help |
|
---|
|
IDA Plugin SDK API wrapper: registry
Functions | |||
regval_type_t |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
|
|||
|
|||
PyObject * |
|
||
bool |
|
||
int |
|
||
PyObject * |
|
||
|
|||
bool |
|
||
PyObject * |
|
||
PyObject * |
|
||
|
|||
|
|||
PyObject * |
|
||
|
|||
|
|||
|
Variables | |
ROOT_KEY_NAME =
|
|
SWIG_PYTHON_LEGACY_BOOL = 1
|
|
__package__ = None
|
|
reg_binary = 3
|
|
reg_dword = 4
|
|
reg_sz = 1
|
|
reg_unknown = 0
|
Function Details |
Get data type of a given value.
|
Delete a value from the registry.
|
Delete a key from the registry.
|
Delete a subtree from the registry.
|
Is there already a value with the given name?
|
Read binary data from the registry.
|
Read boolean value from the registry.
|
Read integer value from the registry.
|
Read a string from the registry.
|
Retrieve all string values associated with the given key. Also see 'reg_update_strlist()' .
|
Is there already a key with the given name?
|
Get all subkey names of given key.
|
Get all value names under given key.
|
Update registry with a file list. Case sensitivity will vary depending on the target OS.'add' and 'rem' must be UTF-8, just like for regular string operations.
|
Update list of strings associated with given key.
|
Write binary data to the registry.
|
Write boolean value to the registry.
|
Write integer value to the registry.
|
Write a string to the registry.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 11 15:05:11 2019 | http://epydoc.sourceforge.net |