Module snapshot

Source
Expand description

A snapshot represents all the loaded blocks of the VMO in a way that we can reconstruct the implicit tree.

Structs§

BlockIterator
Iterates over a byte array containing Inspect API blocks and returns the blocks in order.
Snapshot
Enables to scan all the blocks in a given buffer.
SnapshotTree
Contains the snapshot of the hierarchy and snapshots of all the lazy nodes in the hierarchy.

Enums§

BackingBuffer

Type Aliases§

ScannedBlock
A scanned block.