1 Repo
Tools for detecting memory corruption and leaks in native libraries using interception techniques.
Distinct from Native Memory Lifecycle Management: Focuses on runtime debugging of native heap corruption rather than managed lifecycle or mapping.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Native Memory Debuggers. Refine with filters or upvote what's useful.
Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based monitoring system for capturing crashes, lags, and memory leaks, alongside a static binary auditor for reducing installation package size and a bytecode instrumentation tool for performance tracking. The project distinguishes itself through native memory debugging and a SQLite query linter that identifies inefficient database patterns. It employs native interception techniques to detect memory leaks and heap corruption without requiring source code recompilation, and uses a custom run
Identifies memory leaks and heap corruption in native libraries without requiring source code recompilation.