hex_to_dec
Convert hexadecimal strings to decimal numbers, accepting input with or without the 0x prefix. Perform base conversion for reverse engineering and development workflows.
Instructions
Convert a hex string to decimal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex | Yes | Hex value (with or without 0x prefix) |