Back to browse
Fatal Core Dump – a debugging murder mystery played with GDB

Fatal Core Dump – a debugging murder mystery played with GDB

by axlan·Mar 14, 2026·68 points·1 comment

AI Analysis

●●●BangerRabbit HoleBig BrainNiche Gem

Real GDB debugging wrapped in a noir mystery — way more engaging than typical CTF challenges.

Strengths
  • Uses actual compiled binaries and core dumps, not simulated debugging scenarios.
  • WebVM option removes tooling friction — play without installing GDB locally.
  • Noir narrative framing makes dry debugging concepts genuinely compelling.
Weaknesses
  • Requires GDB and assembly knowledge — steep barrier for casual players.
  • Single mystery scenario — replay value depends on wanting to learn debugging.
Category
Target Audience

Developers interested in debugging, reverse engineering, or educational games

Similar To

Microcorruption · Nightmare · GDB-based CTF challenges

Post Description

Debugging a crash can sometimes feel like a noir detective story: following faint clues, chasing red herrings, and eventually hitting the moment where the whole case finally makes sense. I leaned into that idea and built Fatal Core Dump, a small game where the investigation is real crash debugging.

The game gives you a Linux binary, its core dump, a source file, and some logs. You solve the mystery by debugging it.

The premise: an engineer dies when an airlock on an asteroid mining station opens unexpectedly. Your job is to determine whether it was a simple software bug or something more deliberate.

The investigation uses real debugging tools and techniques. You can use whatever debugging setup you prefer.

There’s also a spoiler-heavy blog post describing how the game was conceived and implemented, and the full code is available if you’re curious about how it works or want to experiment with the idea.

Blog post: https://www.robopenguins.com/core-dump-game/ Source: https://github.com/axlan/fatal_core_dump

If you enjoy debugging puzzles or low-level Linux tooling, I’d love to hear what you think.

Similar Projects

Gaming●●Solid

TurtleNoir – Logic-Grounded AI Host for Lateral Thinking Puzzles

The site nails the product-market fit for people who love lateral-thinking puzzles: AI plays the game-master role, exposes puzzles by difficulty and tag, and adds quick-join matchmaking and social features like friends and a lobby. The landing UX is tidy and focused — search, trending, filters and random-puzzle make discovery painless — but the real success hinges on how reliably the AI enforces yes/no logic and resists hallucination; that’s where this could either be delightful or frustratingly loose.

Rabbit HoleNiche GemSlick
kuboshiori
213mo ago
GamingMid

MysteryMaker AI

Jackbox-style murder mystery game with AI suspects; fun concept, but gameplay depth unclear.

Crowd PleaserEye Candy
jhappy77
203mo ago
Developer Tools●●Solid

I've Added Gdbstub to UVM32

GDB stub on a 3KB embedded VM — debug bytecode on STM32 without leaving your workflow.

Niche GemWizardry
hamid_rostami
101mo ago