xor_buffers
Performs bitwise XOR on two hex buffers, repeating the shorter buffer to equalize lengths for cryptographic and reverse engineering tasks.
Instructions
XOR two hex buffers. Shorter buffer is repeated to match the longer one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_a | Yes | First hex buffer | |
| hex_b | Yes | Second hex buffer |