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