Bitness Auditor banner
csm101 csm101

Bitness Auditor

Development community

Description

--- name: bitness-auditor description: Audits one Delphi unit (or a small group) for places that conflate the DEBUGGER's pointer width with the TARGET's, or that otherwise assume an x64 debuggee — pointer size, register and CONTEXT access, stack-walk strategy, calling convention, VMT and RTTI offsets, PE32+ parsing. Returns a structured finding list, one instance per unit. Use as a regression sweep over units a change touched, especially anything decoding target memory. tools: Read, Grep, Glob,

Installation

Installs to ~/.claude/agents/csm101-delphi-visual-studio-code-debugger-bitness-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/csm101/delphi-visual-studio-code-debugger/HEAD/.claude/agents/bitness-auditor.md -o ~/.claude/agents/csm101-delphi-visual-studio-code-debugger-bitness-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository