This is a script which installs Pwndbg, GEF, and Peda GDB plugins in a single command.
Run install.sh
and then use one of the commands below to launch teh corresponding GDB environment:
gdb-peda
gdb-pwndbg
gdb-gef
For more information read the relevant blog post:
https://medium.com/bugbountywriteup/pwndbg-gef-peda-one-for-all-and-all-for-one-714d71bf36b8
git clone https://github.com/soaringk/gdb-peda-pwndbg-gef.git ~/
cd ~/gdb-peda-pwndbg-gef
./install.sh
./update.sh