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/configuration/index.md

14 lines
1.1 KiB
Markdown

# Configuration
There are three "scopes" of configuration parameters currently:
1. [the config scope](./config.md) - for generic parameters
2. [the heap scope](./heap.md) - for heap-related parameters
3. [the theme scope](./theme.md) - for Pwndbg theming
To see the parameters belonging to these scopes, use the [`config`](../commands/pwndbg/config.md), [`heap-config`](../commands/pwndbg/heap-config.md), and [`theme`](../commands/pwndbg/theme.md) commands respectively. You can also use the [`configfile`](../commands/pwndbg/configfile.md) and [`themefile`](../commands/pwndbg/themefile.md) commands to save your live configuration to a file which you can then load in your `~/.(gdb/lldb)init` file (after sourcing Pwndbg!).
To see the value of any parameter, use `show param-name`. To set the value, use `set param-name param-value`. To see a more detailed description of the parameter use `help set param-name`.
If you wish to use a theme different from the default one, check out [pwndbg/pwndbg-themes](https://github.com/pwndbg/pwndbg-themes). If you made a theme yourself, feel free to open a PR!