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

24 lines
338 B
Markdown

# dumpargs
## Description
Prints determined arguments for call instruction.
## Usage:
```bash
usage: dumpargs [-h] [-f]
```
## Optional Arguments
|Short|Long|Default|Help|
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|
|`-f`|`--force`||Force displaying of all arguments. (default: %(default)s)|