From c56fd4481c52812d5198b38d9b4ecdb0be1db976 Mon Sep 17 00:00:00 2001 From: Zach Riggle Date: Mon, 27 Feb 2017 15:00:18 -0500 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f56429b37..fe4ffc1bd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ `pwndbg` (/poʊndbæg/) is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers. +It has a boatload of features, see [FEATURES.md](FEATURES.md). + ## Why? Vanilla GDB is terrible to use for reverse engineering and exploit development. Typing `x/g30x $esp` is not fun, and does not confer much information. The year is 2016 and GDB still lacks a hexdump command. GDB's syntax is arcane and difficult to approach. Windbg users are completely lost when they occasionally need to bump into GDB.