diff
Compare two snapshots to identify changed bytes in GTA V memory after actions, revealing which values were modified.
Instructions
Compare two snapshots and report differences.
This is the core discovery tool: take snapshot A, user performs action, take snapshot B, diff shows which bytes changed.
Args: label_a: First snapshot label (e.g., "before") label_b: Second snapshot label (e.g., "after")
Returns: List of changed offsets with old/new values, interpreted as various types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_a | Yes | ||
| label_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |