The Volatility Framework
volatility.plugins.gui.vtypes.xp.XP2003x86BaseVTypes Class Reference

Applies to everything x86 before Windows 7. More...

Inheritance diagram for volatility.plugins.gui.vtypes.xp.XP2003x86BaseVTypes:
volatility.obj.ProfileModification

Public Member Functions

def check (self, profile)
 
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.
 

Additional Inherited Members

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

Detailed Description

Applies to everything x86 before Windows 7.


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