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.
33 lines
696 B
Markdown
33 lines
696 B
Markdown
|
|
|
|
|
|
|
|
# pwndbg
|
|
|
|
## Description
|
|
|
|
|
|
Prints out a list of all pwndbg commands.
|
|
## Usage:
|
|
|
|
|
|
```bash
|
|
usage: pwndbg [-h] [--shell | --all] [-c CATEGORY_ | --list-categories] [filter_pattern]
|
|
|
|
```
|
|
## Positional Arguments
|
|
|
|
|Positional Argument|Help|
|
|
| :--- | :--- |
|
|
|`filter_pattern`|Filter to apply to commands names/docs|
|
|
|
|
## Optional Arguments
|
|
|
|
|Short|Long|Default|Help|
|
|
| :--- | :--- | :--- | :--- |
|
|
|`-h`|`--help`||show this help message and exit|
|
|
||`--shell`||Only display shell commands (default: %(default)s)|
|
|
||`--all`||Only display shell commands (default: %(default)s)|
|
|
|`-c`|`--category`|`None`|Filter commands by category|
|
|
||`--list-categories`||List command categories (default: %(default)s)|
|