libdebug.snapshots.memory.memory_map_diff
MemoryMapDiff
dataclass
This object represents a diff between memory contents in a memory map.
Source code in libdebug/snapshots/memory/memory_map_diff.py
_cached_diffs = None
class-attribute
instance-attribute
Cached diff slices.
content_diff
property
Resolve the content diffs of a memory map between two snapshots.
Returns:
Type | Description |
---|---|
list[slice]
|
list[slice]: The list of slices representing the relative positions of diverging content. |
has_changed
instance-attribute
Whether the memory map has changed.
new_map_state
instance-attribute
The new state of the memory map.
old_map_state
instance-attribute
The old state of the memory map.