Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 620 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 620 Bytes

Pwndbg + GEF + Peda - One for all, and all for one

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

Installation

cd ~ && git clone https://github.com/apogiatzis/gdb-peda-pwndbg-gef.git
cd ~/gdb-peda-pwndbg-gef
./install.sh

Update

./update.sh