Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 584 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 584 Bytes

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

NOTE: This is a modified fork. I didn't include PEDA as it is not maintained by its author.

This is a script which installs Pwndbg and GEF GDB plugins in a single command.

Run install.sh and then use one of the commands below to launch the corresponding GDB environment:

gdb-pwndbg
gdb-gef

Installation

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

Update

./update.sh