|
|
|
@ -6,7 +6,7 @@ Pwndbg relies on several environment variables to customize its behavior. Below
|
|
|
|
- `EDITOR`, `VISUAL`: Used by the `cymbol` command to open an editor.
|
|
|
|
- `EDITOR`, `VISUAL`: Used by the `cymbol` command to open an editor.
|
|
|
|
- `HOME`, `XDG_CACHE_HOME`: Used by `lib.tempfile` to determine temporary file locations.
|
|
|
|
- `HOME`, `XDG_CACHE_HOME`: Used by `lib.tempfile` to determine temporary file locations.
|
|
|
|
- `PWNDBG_VENV_PATH`: Specifies the virtual environment path for Pwndbg.
|
|
|
|
- `PWNDBG_VENV_PATH`: Specifies the virtual environment path for Pwndbg.
|
|
|
|
- `PWNDBG_DISABLE_COLORS`: Disables colored output in Pwndbg.
|
|
|
|
- `NO_COLOR`: Disables colored output in Pwndbg.
|
|
|
|
- `PWNDBG_LOGLEVEL`: Initial log level to use for log messages.
|
|
|
|
- `PWNDBG_LOGLEVEL`: Initial log level to use for log messages.
|
|
|
|
- `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`: Used by the `ai` command for accessing respective AI APIs.
|
|
|
|
- `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`: Used by the `ai` command for accessing respective AI APIs.
|
|
|
|
- `GITHUB_ACTIONS`, `RUN_FLAKY`: Used by `tests_commands.py` to determine the test environment.
|
|
|
|
- `GITHUB_ACTIONS`, `RUN_FLAKY`: Used by `tests_commands.py` to determine the test environment.
|
|
|
|
|