The Volatility Framework
volatility.plugins.linux.linux_truecrypt.PassphraseScanner Class Reference

A scanner over all memory regions of a process. More...

Inheritance diagram for volatility.plugins.linux.linux_truecrypt.PassphraseScanner:

Public Member Functions

def __init__ (self, task=None, kwargs)
 Scan the process address space through the VMAs. More...
 
def scan
 

Public Attributes

 task
 

Detailed Description

A scanner over all memory regions of a process.

Constructor & Destructor Documentation

def volatility.plugins.linux.linux_truecrypt.PassphraseScanner.__init__ (   self,
  task = None,
  kwargs 
)

Scan the process address space through the VMAs.

Args: task: The task_struct object for this task.


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