Skip to content

Instantly share code, notes, and snippets.

View Serial-Comma's full-sized avatar
🥰
It all goes tumbling down...tumbling down...tumbling down...

Oxford Comma Serial-Comma

🥰
It all goes tumbling down...tumbling down...tumbling down...
View GitHub Profile
@niklaskeerl
niklaskeerl / install_pwndbg.md
Last active June 27, 2024 22:24
Install pwndbg and gdb on arch linux

How to install pwndbg and gdb on arch linux

sudo pacman -S gdb
sudo pacman -S pwndbg
echo 'source /usr/share/pwndbg/gdbinit.py' >> ~/.gdbinit

If you are getting the following error "Cannot find Pwndbg virtualenv directory: /usr/share/pwndbg/.venv: please re-run setup.sh", do the following steps, otherwise ignore: