From db7cc0f2ba1634c7e99357e028981adf094fa2c3 Mon Sep 17 00:00:00 2001 From: Harshit Sethi Date: Fri, 17 Oct 2025 06:14:59 +0530 Subject: [PATCH] Add 'Debugging with GDB' to Reverse Engineering section (#12535) --- books/free-programming-books-subjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index a3cacc7b3..a037de431 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -882,6 +882,7 @@ Kerridge (PDF) (email address *requested*, not required) ### Reverse Engineering * [BIOS Disassembly Ninjutsu Uncovered 1st Edition](https://bioshacking.blogspot.co.uk/2012/02/bios-disassembly-ninjutsu-uncovered-1st.html) - Darmawan Salihun (PDF) +* [Debugging with GDB](https://sourceware.org/gdb/current/onlinedocs/gdb.html) - Free Software Foundation (HTML, PDF) * [Hacking the Xbox: An Introduction to Reverse Engineering](https://www.nostarch.com/xboxfree/) - Andrew "bunnie" Huang * [iOS App Reverse Engineering](https://github.com/iosre/iOSAppReverseEngineering) - Zishe Sha (PDF)