Back to browse
GitHub Repository

Runtime schema + RTTI extraction tool for Deadlock, CS2, Dota, and others (Source 2). No source2gen required.

67 starsC++

Reversing Games With LLMs (Give Claude Access to Memory Dump tools)

by dougwithseismic·Feb 24, 2026·1 point·0 comments

AI Analysis

●●●BangerWizardryNiche GemBig Brain

LLM-controlled memory dumper for game reversing—Claude as a Cheat Engine. Genuinely inventive pairing.

Strengths
  • Genuine technical insight: binding LLM tool calls to low-level memory operations opens a new debugging workflow—Claude can autonomously hunt offsets and patterns
  • Full SDK generation with constexpr offsets, scoped enums, and static_assert validation drastically accelerates C++ reverse-engineering workflows
  • Protobuf descriptor scanning extracts schema from binaries with zero configuration—a clever exploitation of embedded .proto definitions
Weaknesses
  • Audience is tiny: requires expertise in game reversing, Windows kernel injection, and assembly—not a mainstream use case
  • No Windows anti-cheat detection safeguards documented; shipping this as-is risks bans on protected games
Target Audience

Game reverse engineers, Source 2 modders, security researchers interested in binary analysis

Similar To

Cheat Engine · Frida · GhidraScripts

Post Description

Might be of interest to you here.

I'm learning about reversing Source 2 games by building an offset dumper / RTTI crawler / [Insert buzzword feature here] with an API that LLMs can use to debug memory in real-time.

It manual maps a dumper DLL with a web-socket server connected to memory read/write fns, so imagine Cheat Engine but Claude can control it, find offsets, patterns etc.

It started off as a 'Can this be done?' type challenge that's ended up with a live view in web + some LLM tool calls so they can dump memory in real-time. Watching Claude debug memory dumps and follow assembly looks kinda like that infamous Matrix scene to my untrained, noob eye.

I'm a guest in this space, and somewhat of a scrub, so I'm genuinely asking if this could be something helpful for some, or a nothingburger feature that's another 'LLMs built this thing for me' fart in the wind.

https://github.com/dougwithseismic/dezlock-dump

https://github.com/dougwithseismic/dezlock-dump/issues/17#is...

Similar Projects

Gaming●●●●Gem

Redhook's Revenge II

Injects trivia by patching 1993 binary blobs in-memory without shifting a single byte offset.

WizardryCozyZero to One
vunderba
101mo ago