The Volatility Framework
volatility.plugins.gui.vtypes.win7.Win7GuiOverlay Class Reference

Apply general overlays for Windows 7. More...

Inheritance diagram for volatility.plugins.gui.vtypes.win7.Win7GuiOverlay:
volatility.obj.ProfileModification

Public Member Functions

def modification (self, profile)
 
- Public Member Functions inherited from volatility.obj.ProfileModification
def check (self, profile)
 Returns True or False as to whether the Modification should be applied.
 
def dependencies (self, profile)
 Returns a list of modifications that should go before this, and modifications that need to be after this.
 
def modification (self, profile)
 Abstract function for modifying the profile.
 

Static Public Attributes

list before
 
dictionary conditions
 
- Static Public Attributes inherited from volatility.obj.ProfileModification
list before = []
 
list after = []
 
dictionary conditions = {}
 

Detailed Description

Apply general overlays for Windows 7.

Member Data Documentation

list volatility.plugins.gui.vtypes.win7.Win7GuiOverlay.before
static
Initial value:
1 = ['Win7SP0x64GuiVTypes', 'Win7SP1x64GuiVTypes',
2  'Win7SP0x86GuiVTypes', 'Win7SP1x86GuiVTypes']
dictionary volatility.plugins.gui.vtypes.win7.Win7GuiOverlay.conditions
static
Initial value:
1 = {'os': lambda x: x == 'windows',
2  'major': lambda x: x == 6,
3  'minor': lambda x: x == 1}

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