pointer_resolve
Resolve multi-level pointer chains by reading through offsets to verify module+offset paths before adding to a cheat table.
Instructions
Resolve a multi-level pointer chain.
Reads the pointer at base, adds offsets[0], reads again, and so on —
returning the final address and the full chain. Use this to verify a
'module+offset -> [+off] -> [+off]' path before adding it to the table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| offsets | No |