mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-02 14:08:45 +02:00
We now use mapping to skip unmapped pages when scanning. This should be slightly quicker and likely more accurate. We also now don't chunk over the size requested by the scanner. We don't quite handle overlaps correctly yet (we overlap, but don't prevent duplicates if the pattern is entirely within the overlap segment).