diff_memory
Compare memory snapshots to identify changed byte ranges during emulation sessions. Analyze memory differences between two labeled snapshots for debugging and security research.
Instructions
Compare two memory snapshots and return changed byte ranges.
Args: session_id: The session ID. label_a: First snapshot label. label_b: Second snapshot label.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| label_a | Yes | ||
| label_b | Yes |