mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-23 06:42:21 +02:00
Previously, for segmented layers, no chunk larger than a full segment was scanned. Now, we combine contiguous segments up to scanner.chunk_size (or until a non-present segment) in order to scan it. This may be slightly slower (by concatting the data together) but gives results of hits across page boundaries (the point of the scanning capability), whereas previously each page was scanned individually.