From f8a8e90d081b5c318ee463cb34a9d42061ea2e1d Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sun, 19 Nov 2017 19:53:19 +0700 Subject: [PATCH] Add PEDA and gdb-dashboard --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 18a26e9..bed2e58 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,9 @@ My curated list of awesome links, resources and tools cs01/gdbgui Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. + cyrus-and/gdb-dashboard + longld/peda + PEDA - Python Exploit Development Assistance for GDB