Skip to content

Instantly share code, notes, and snippets.

@Liki4
Forked from niklaskeerl/install_pwndbg.md
Created December 13, 2022 03:30
Show Gist options
  • Save Liki4/631cc0cdf0bc1ee6129a647d0705bb25 to your computer and use it in GitHub Desktop.
Save Liki4/631cc0cdf0bc1ee6129a647d0705bb25 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment