Hacker News new | ask | show | jobs
Strong Typing and Debug Information and Decompilation = Heap Analysis for C++ (core-explorer.github.io)
3 points by core-explorer 374 days ago
1 comments

I got tired of debugging the same kind of bugs over and over again. I can't make a dent in the overall quality of the legacy code base, so I decided to start writing a tool to automate the boring parts of debugging memory corruption and memory leaks (no LLM involved so far).