# memfrob ```text usage: memfrob [-h] address count ``` Memfrobs a region of memory (xor with '*'). ### Positional arguments |Positional Argument|Help| | :--- | :--- | |address|The address to start xoring at.| |count|The number of bytes to xor.| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit|