The Volatility Framework
volatility.plugins.patcher.MultiPageScanner Class Reference

Scans a page at a time through the address space. More...

Inheritance diagram for volatility.plugins.patcher.MultiPageScanner:

Public Member Functions

def __init__
 
def use_fullpage (self, address_space)
 Calibrate the scanner to ensure fastest speed.
 
def scan (self, address_space, outfd)
 Scans through the pages.
 
def scan_page
 Runs through patchers for a single page.
 

Public Attributes

 patchers
 
 maxlen
 
 remove_patchers
 

Detailed Description

Scans a page at a time through the address space.

Designed to minimize reads/writes to the address space


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