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 the corresponding GDB environment:
gdb-peda
gdb-peda-intel
gdb-peda-arm
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
cd ~ && git clone https://github.com/soaringk/gdb-peda-pwndbg-gef.git
cd ~/gdb-peda-pwndbg-gef
./install.sh
./update.sh