libdebug.snapshots.thread.lw_thread_snapshot_diff
LightweightThreadSnapshotDiff
Bases: ThreadSnapshotDiff
This object represents a diff between thread snapshots.
Source code in libdebug/snapshots/thread/lw_thread_snapshot_diff.py
maps
property
Return the memory map diff.
__init__(snapshot1, snapshot2, process_diff)
Returns a diff between given snapshots of the same thread.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
snapshot1
|
ThreadSnapshot
|
A thread snapshot. |
required |
snapshot2
|
ThreadSnapshot
|
A thread snapshot. |
required |
process_diff
|
ProcessSnapshotDiff
|
The diff of the process to which the thread belongs. |
required |