gdb topic
build-an-efficient-pwn-environment
How to build an efficient pwn development environment in 2020
gdbserver
A tiny debugger implement the GDB Remote Serial Protocol. Can work on i386, x86_64, ARM and PowerPC.
angrgdb
Use angr inside GDB. Create an angr state from the current debugger state.
PINCE
Reverse engineering tool for linux games
gdb-static
Public repository of statically compiled GDB and GDBServer
gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging capabilities for exploit devs & reverse engineers on Linux
gef-extras
Extra goodies for GEF to (try to) make GDB suck even less
android-unpacker
Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0
how-to-qemu-arm-gdb-gtest
How to run, debug, and unit test ARM code on X86 ubuntu