# xor ```text usage: xor [-h] address key count ``` XOR `count` bytes at `address` with the key `key`. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |address|The address to start xoring at.| |key|The key to use.| |count|The number of bytes to xor.| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit|