764 Forks
5712 Stars
5712 Watchers

pwndbg

Exploit Development and Reverse Engineering with GDB Made Easy

How to download and setup pwndbg

Open terminal and run command
git clone https://github.com/pwndbg/pwndbg.git
git clone is used to create a copy or clone of pwndbg repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pwndbg https://github.com/pwndbg/pwndbg/archive/master.zip

Or simply clone pwndbg with SSH
[email protected]:pwndbg/pwndbg.git

If you have some problems with pwndbg

You may open issue on pwndbg support forum (system) here: https://github.com/pwndbg/pwndbg/issues