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/dc.md

30 lines
427 B
Markdown

# dc
## Description
Starting at the specified address, hexdump.
## Usage:
```bash
usage: dc [-h] address [count]
```
## Positional Arguments
|Positional Argument|Help|
| :--- | :--- |
|`address`|The address to dump from.|
|`count`|The number of bytes to hexdump. (default: %(default)s)|
## Optional Arguments
|Short|Long|Default|Help|
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|