From 07eb123b4e251f465d2484e197486637460d7975 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Tue, 19 Feb 2019 17:59:46 -0500 Subject: [PATCH] Add pwndbg, a GDB plugin with features easing exploit development. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5eeda7..def137b 100644 --- a/README.md +++ b/README.md @@ -495,6 +495,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [rVMI](https://github.com/fireeye/rVMI) - Debugger on steroids; inspect userspace processes, kernel drivers, and preboot environments in a single tool. * [Frida](https://www.frida.re/) - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. * [boxxy](https://github.com/kpcyrd/boxxy-rs) - Linkable sandbox explorer. +* [pwndbg](https://github.com/pwndbg/pwndbg) - GDB plug-in that eases debugging with GDB, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers, and exploit developers. ### Physical Access Tools