Emmanuel

Emmanuel

Building CLI tool
All activity
Emmanuelstarted a discussion

LEAX – CLI tool that explains C memory leaks and suggests fixes

Hello everyone, I built an open-source tool called LEAX. https://github.com/hooop/leax It’s a CLI that acts as a companion to Valgrind to help understand memory leaks in C programs. It combines Valgrind analysis, GDB-based tracing, and Mistral AI to: • identify the root cause of a leak • explain why it happens • suggest a possible fix The memory analysis itself is deterministic (based on...