## Command: eb ## ``` usage: eb [-h] address [data [data ...]] ``` Write hex bytes at the specified address. | Positional Argument | Info | |---------------------|------| | address | The address to write to. | | data | The bytes to write. | | Optional Argument | Info | |---------------------|------| | --help | show this help message and exit |