dbgprobe.mem.write
Write data to target memory using hex string, base64, or 32-bit word array inputs. Enables precise memory modification for debugging embedded systems.
Instructions
Write data to target memory. Provide data in one of: 'hex' (hex string), 'base64', or 'u32' (array of 32-bit words, little-endian).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data as hex string or base64 string. | |
| format | No | Input format (default: hex). | |
| address | Yes | Start address (e.g. 0x20000000 or "0x20000000"). | |
| data_u32 | No | Data as array of 32-bit unsigned integers. | |
| session_id | Yes |