make_string
Define a C-style string at a specified address, with optional length or auto-detection for null-terminated strings.
Instructions
Define a C-style string at an address. Pass length=0 to auto-detect (null-terminated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |