pwntools_ror
Rotate an integer value right by a specified number of bits. Supports bit widths from 8 to 64 and shift amounts from 1 to 63.
Instructions
Rotate an integer value right by N bits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |