mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
spray
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 |