convert_number
Convert decimal or hexadecimal numbers between different representations for reverse engineering analysis in IDA Pro.
Instructions
Convert a number (decimal, hexadecimal) to different representations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Textual representation of the number to convert | |
| size | Yes | Size of the variable in bytes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ascii | Yes | ||
| bytes | Yes | ||
| binary | Yes | ||
| decimal | Yes | ||
| hexadecimal | Yes |