gdb topic

List gdb repositories

build-an-efficient-pwn-environment

258
Stars
20
Forks
Watchers

How to build an efficient pwn development environment in 2020

gdbserver

141
Stars
33
Forks
Watchers

A tiny debugger implement the GDB Remote Serial Protocol. Can work on i386, x86_64, ARM and PowerPC.

angrgdb

197
Stars
25
Forks
Watchers

Use angr inside GDB. Create an angr state from the current debugger state.

PINCE

1.9k
Stars
145
Forks
Watchers

Reverse engineering tool for linux games

gdb-static

300
Stars
69
Forks
Watchers

Public repository of statically compiled GDB and GDBServer

gef

6.6k
Stars
710
Forks
Watchers

GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging capabilities for exploit devs & reverse engineers on Linux

gef-extras

143
Stars
49
Forks
Watchers

Extra goodies for GEF to (try to) make GDB suck even less

android-unpacker

1.1k
Stars
333
Forks
Watchers

Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0

kakoune-gdb

50
Stars
8
Forks
Watchers

gdb integration plugin

how-to-qemu-arm-gdb-gtest

36
Stars
6
Forks
Watchers

How to run, debug, and unit test ARM code on X86 ubuntu