Configurable pool scanner. More...
Additional Inherited Members | |
Public Member Functions inherited from volatility.poolscan.SinglePoolScanner | |
| def | object_offset (self, found, address_space) |
| The name of this function "object_offset" can be misleading depending on how its used. More... | |
| def | scan |
Public Member Functions inherited from volatility.scan.BaseScanner | |
| def | __init__ |
| def | check_addr (self, found) |
| This calls all our constraints on the offset found and returns the number of contraints that matched. More... | |
| def | scan |
Public Attributes inherited from volatility.scan.BaseScanner | |
| buffer | |
| window_size | |
| constraints | |
| Build our constraints from the specified ScannerCheck classes: | |
| error_count | |
Static Public Attributes inherited from volatility.scan.BaseScanner | |
| list | checks = [] |
| int | overlap = 20 |
Configurable pool scanner.