# patch ```text usage: patch [-h] [-q] address ins ``` Patches given instruction with given code or bytes. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |address|The address to patch| |ins|instruction[s]| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-q|--quiet|don't print anything|