From e296ad545825edba39212a8ea54c36fec6fdc233 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sun, 19 Nov 2017 19:54:55 +0700 Subject: [PATCH] Fix broken HTML --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bed2e58..6396578 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,12 @@ 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 + Modular visual interface for GDB in Python + + longld/peda PEDA - Python Exploit Development Assistance for GDB