find_what_writes
Attach a debugger to identify instructions that write to a specific memory address, helping locate code that modifies values like health.
Instructions
Attach the debugger and collect the instructions that WRITE to
address over duration seconds. The classic way to find the code that
changes a value (e.g. the instruction that decrements health).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| duration | No |