memory_write
Write a value to a specific memory address. Supports multiple data types including byte, integer, float, and string.
Instructions
Write a value to memory.
type is one of: byte, 2byte/word, 4byte/int, 8byte/qword, float, double, string, aob, pointer. For aob, pass value as a hex string like 'AA BB CC'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 4byte | |
| wide | No | ||
| value | Yes | ||
| address | Yes |