pwntools_enhex
Convert raw bytes or hex strings with \x escapes into hexadecimal format for debugging and exploit development.
Instructions
Encode raw bytes to hexadecimal string. Supports \x escapes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |