# spray ```text usage: spray [-h] [--value VALUE] [-x] addr [length] ``` Spray memory with cyclic() generated values ### Positional arguments |Positional Argument|Help| | :--- | :--- | |addr|Address to spray| |length|Length of byte sequence, when unspecified sprays until the end of vmmap which address belongs to (default: 0)| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| ||--value|Value to spray memory with, when prefixed with '0x' treated as hex string encoded big-endian| |-x|--only-funcptrs|Spray only addresses whose values points to executable pages|