A class to assist with module lookups.
More...
A class to assist with module lookups.
def volatility.plugins.malware.apihooks.ModuleGroup.__init__ |
( |
|
self, |
|
|
|
mod_list |
|
) |
| |
Initialize.
- Parameters
-
mod_list | a list of _LDR_DATA_TABLE_ENTRY objects. This can be a generator. |
def volatility.plugins.malware.apihooks.ModuleGroup.find_module |
( |
|
self, |
|
|
|
address |
|
) |
| |
Find a module by an address it contains.
- Parameters
-
address | location in process or kernel AS to find an owning module. |
When performing thousands of lookups, this method is actually quicker than tasks.find_module.
The documentation for this class was generated from the following file:
- volatility/plugins/malware/apihooks.py