Home

Documentation
Screenshots
Download/Sources
Links
Roadmap
Bugs & Wishes




Valgrind is a runtime instrumentation framework for Linux/x86. It can supervise runs of unmodified binaries in arbitrary ways. The Homepage is Valgrind.

Valgrind can be extended by using a plugin system, so called skins. Calltree is such a skin. Other skins I have written:

  • Memaccess. memaccess-0.0.2.tar.gz (105 KB).
    This seperates the instrumentation for memory accesses into an own skin. When an event happens, application supplied handlers can be called. For more information, see the README file included in the package.