pwntools_unpack
Unpack hex bytes into an integer by configuring byte size (1,2,4,8) and endianness.
Instructions
Unpack bytes into an integer (e.g., u64, u32, u16).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |