Hacker News

Loren_SL
Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes forensicdbg.com

Hello HN!

I've spent years debugging Windows crashes with tools that were either friendly but limited (e.g. Visual Studio) or powerful but archaic (e.g. WinDbg). I developed patterns and methods for understanding what was going on, and decided to build it into a much more effective debugging tool called ForensicDbg.

I built a modern interface to minimize the friction when debugging. All of the data shown to you is analyzed, interpreted, and presented to you clearly, so you can focus on what matters. Everything is interlinked so you can quickly and intuitivly navigate through the process space.

ForensicDbg comes with an MCP server which allows for agenic debugging. The work done to interpret and interlink your data also benefits AI tools. It removes the risk of hallucinations while building a stable foundation for them to work from without spending tokens.

If you want to try it out you can sign up and get a free beta license here: https://www.forensicdbg.com/beta


hn-front (c) 2024 voximity
source