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...
