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