Fully Dockerized Linux kernel debugging environment

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

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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
  • like-dbg

    Fully dockerized Linux kernel debugging environment

  • crash

    Linux kernel crash utility (by crash-utility)

  • Interesting idea, my work is all kernel so running containers has traditionally not been interesting to me.

    Raw gdb against vmlinux is really doing it hard though. How about crash with pykdump?

    https://github.com/crash-utility/crash

    https://pykdump.readthedocs.io/

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • gef

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

  • The attached debugger is not just raw GDB but is using https://hugsy.github.io/gef/ to make debugging less of a pain. It's still not perfect but helps plenty already.

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

  • Beej's Quick Guide to GDB (2009)

    3 projects | news.ycombinator.com | 5 Nov 2023
  • 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