Update setup-pwndbg-dev.md (#3229)

pull/3233/head
Disconnect3d 4 months ago committed by GitHub
parent 5604493684
commit 317cbf5111
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,7 @@ export LLDB_DEBUGSERVER_PATH=/usr/lib/llvm-19/bin/lldb-server
Pwndbg doesn't use the `lldb` driver binary directly, it drives its own REPL and interacts with LLDB through liblldb.
You can run Pwndbg with LLDB by running:
```{.bash .copy}
uv run python pwndbginit/pwndbg_lldb.py [binary-to-debug]
uv run pwndbg-lldb [binary-to-debug]
```
## The development environment

Loading…
Cancel
Save