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.
pwndbg/docs/commands/windbg/eza.md

17 lines
341 B
Markdown

## Command: eza ##
```
usage: eza [-h] address data
```
Write a string at the specified address.
| Positional Argument | Info |
|---------------------|------|
| address | The address to write to. |
| data | The string to write. |
| Optional Argument | Info |
|---------------------|------|
| --help | show this help message and exit |