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:
cd ~ && git clone https://github.com/kingking888/gdb-plugins-for-mac.git
cd ~/gdb-plugins-for-mac
./install.sh
./update.sh