ForensicDbg Launches Private Beta for Native Windows Crash Debugger with AI Protocol Support
The post-mortem diagnostic tool incorporates Model Context Protocol support over stdio to reduce token consumption and automate mini-dump analysis.

ForensicDbg, a specialized post-mortem debugger designed for native Windows x64 and x86 applications, has launched into private beta testing, according to an announcement published on Hacker News (https://www.forensicdbg.com). The utility is built to diagnose complex runtime crashes by pairing automated memory interpretation with artificial intelligence integrations.
The software operates both as a post-mortem crash analyzer and as a just-in-time debugger configured to intercept unhandled exceptions as they occur. When loading crash artifacts, the tool automatically isolates the specific thread, call stack frame, and CPU instruction responsible for the exception.
A core component of the release is its support for external AI assistants via a standard input/output (stdio) Model Context Protocol (MCP) server. By serving structured crash context directly over MCP, ForensicDbg allows compatible AI agents and language models to inspect the debugging engine's findings programmatically.
According to the developer, the tool pre-interprets and structures memory data before passing it to AI interfaces, reducing token consumption while attempting to improve diagnostic precision. The engine labels memory regions with symbol names and object types and simulates an image loader to reconstruct missing read-only regions commonly omitted from standard mini-dumps.
In a technical diagnostic example shared by the project, the engine identified a crash caused by a missing null check on a reference-counted line pointer in empty disassembly windows, pointing directly to the source file and line requiring a guard condition.
ForensicDbg remains in active development with regular updates planned. The project is currently accepting invite requests from developers interested in participating in the private beta.
Sources
Written by
The Company Wire
Inside the companies building what’s next. Reporting on startups, technology, funding and the people shaping them.



