The Volatility Framework
volatility.cache.Testable Class Reference

This is a mixin that makes a class response to the unit tests. More...

Inheritance diagram for volatility.cache.Testable:
volatility.plugins.taskmods.DllList volatility.plugins.cmdline.Cmdline volatility.plugins.envars.Envars volatility.plugins.getsids.GetSIDs volatility.plugins.handles.Handles volatility.plugins.iehistory.IEHistory volatility.plugins.joblinks.JobLinks volatility.plugins.malware.malfind.LdrModules volatility.plugins.malware.malfind.YaraScan volatility.plugins.malware.threads.Threads volatility.plugins.notepad.Notepad volatility.plugins.privileges.Privs volatility.plugins.procdump.ProcDump volatility.plugins.taskmods.MemMap volatility.plugins.taskmods.PSList volatility.plugins.vadinfo.VADInfo

Public Member Functions

def calculate (self)
 Empty function used to allow mixin.
 
def test (self)
 This forces the test to be memoised with a key name derived from the class name.
 

Detailed Description

This is a mixin that makes a class response to the unit tests.

It must be inheritted after the command class


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