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.
13 lines
309 B
Markdown
13 lines
309 B
Markdown
## Command: configfile ##
|
|
```
|
|
usage: configfile [-h] [--show-all]
|
|
```
|
|
Generates a configuration file for the current Pwndbg options
|
|
|
|
| Optional Argument | Info |
|
|
|---------------------|------|
|
|
| --help | show this help message and exit |
|
|
| --show-all | Force displaying of all configs. (default: False) |
|
|
|
|
|