Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 751 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 751 Bytes

pwnmux

A gdbinit configuration that uses pwndbg and tmux to create multiple panes for different contexts, making debugging a more enjoyable experience.

For a more detailed explaination on how to use and modify the layout, check my blogpost about it here.

Requirements

Installation

git clone https://github.com/joaogodinho/pwnmux
cd pwnmux
./setup.sh

Usage

Start GDB from inside a tmux window, and all the panes should be created automatically. The following image shows how the layout looks like:

Screenshot of the pwnmux layout.