The Volatility Framework
volatility.registry.PluginImporter Class Reference

This class searches through a comma-separated list of plugins and imports all classes found, based on their path and a fixed prefix. More...

Inheritance diagram for volatility.registry.PluginImporter:

Public Member Functions

def __init__ (self)
 Gathers all the plugins from config.PLUGINS Determines their namespaces and maintains a dictionary of modules to filepaths Then imports all modules found.
 
def walkzip (self, path)
 Walks a path independent of whether it includes a zipfile or not.
 
def run_imports (self)
 Imports all the already found modules.
 

Public Attributes

 modnames
 

Detailed Description

This class searches through a comma-separated list of plugins and imports all classes found, based on their path and a fixed prefix.


The documentation for this class was generated from the following file: