make_data
Convert raw bytes at a specified address into a chosen data type: byte, word, dword, qword, float, or double.
Instructions
Convert bytes at an address into data. Types: byte, word, dword, qword, float, double.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| address | Yes | ||
| data_type | No | byte |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |