Skip to main content

Module pagefile

Module pagefile 

Source
Expand description

Pagefile and swapfile sources for resolving paged-out memory.

Structsยง

PagefileProvider
Provider for Windows pagefile.sys โ€” a flat file of 4KB pages.
SwapfileProvider
Provider for Windows swapfile.sys โ€” SM header format with optional Xpress compression.

Constantsยง

REGION_ENTRY_SIZE ๐Ÿ”’
SM_HEADER_SIZE ๐Ÿ”’
SM_MAGIC ๐Ÿ”’

Traitsยง

PagefileSource
A source of paged-out memory pages (pagefile.sys, swapfile.sys, etc.).