Debugging with GDB

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pwndbg

    Exploit Development and Reverse Engineering with GDB Made Easy

  • GDB is great. I definitely recommend checking out watchpoints as well, a very useful tool for monitoring how a variable changes over time.

    GDB also has many good plugins - pwndbg has tons of features and UI improvements over stock GDB.

    https://github.com/pwndbg/pwndbg

  • gef

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

  • Using vanilla GDB is painful. As a bit of a shameless plug I recommend you check out GEF[1]. It's a large python script that extends GDB to make it a lot better to use. Notably it shows a lot of the state automatically every time the inferior stops. It's oriented around reversing and exploit development, but it definitely doesn't have to be used that way.

    [1] https://github.com/hugsy/gef

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gdb-dashboard

    Modular visual interface for GDB in Python

  • I can't believe no one has mentioned `gdb-dashboard` [1] yet! I use it extensively. [2]

    Beyond that, I have recently learned how to write custom pretty printers for GDB. This saves a lot of screen space. I should probably update [2] soon with those new techniques.

    GDB is powerful, useful, and after getting my start in IDE debuggers, including Visual Studio, I struggle whenever I have to go back.

    [1]: https://github.com/cyrus-and/gdb-dashboard

    [2]: https://gavinhoward.com/2020/12/my-development-environment-a...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you use gdb without the tui? Are there advantages? Or just describe your GDB workflow.

    1 project | /r/C_Programming | 25 Apr 2023
  • Any good and easy-to-use C debuggers?

    1 project | /r/C_Programming | 12 Jan 2023
  • Emulating an emulator inside itself. Meet Blink

    3 projects | news.ycombinator.com | 4 Jan 2023
  • What plugins do you recommend for ExploitDev or RE and why?

    1 project | /r/ExploitDev | 19 Oct 2022
  • Awesome TUI tools

    1 project | /r/commandline | 2 Oct 2022