pwntools_rol
Rotate an integer left by a specified number of bits, supporting bit widths from 8 to 64 and shifts from 1 to 63.
Instructions
Rotate an integer value left by N bits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |