pwntools_pack
Pack an integer or hex string into bytes, specifying size (1-8) and endianness (little/big).
Instructions
Pack an integer into bytes (e.g., p64, p32, p16).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |