Skip to content

DynamoRIO/drmemory

Folders and files

NameName
Last commit message
Last commit date
Sep 27, 2024
Jan 15, 2025
Oct 4, 2024
Mar 11, 2025
Jan 15, 2024
Jan 14, 2024
Mar 12, 2025
Dec 5, 2020
Jan 14, 2024
Mar 14, 2025
Mar 20, 2025
Mar 7, 2020
Sep 21, 2023
Feb 14, 2025
Sep 23, 2015
Jan 6, 2021
Jan 14, 2024
Mar 11, 2019
Dec 1, 2014
Aug 9, 2014
Jan 14, 2024
Jun 28, 2021
Nov 28, 2020
Jan 20, 2022
May 16, 2022
Jan 9, 2014
Jun 7, 2010
Feb 22, 2017
Oct 9, 2024

Repository files navigation

Dr. Memory: the memory debugger

About Dr. Memory

Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory, double frees, memory leaks, and (on Windows) handle leaks, GDI API usage errors, and accesses to un-reserved thread local storage slots.

Dr. Memory operates on unmodified application binaries running on Windows, Linux, Mac, or Android on commodity IA-32, AMD64, and ARM hardware.

Dr. Memory is released under an LGPL license and binary packages are available for download.

Dr. Memory is built on the DynamoRIO dynamic instrumentation tool plaform.

Dr. Memory logo

Dr. Memory Performance

Dr. Memory is faster than comparable tools, including Valgrind, as shown in our CGO 2011 paper Practical Memory Checking with Dr. Memory, where we compare the two tools on Linux on the SPECCPU 2006 benchmark suite:

Performance chart

(Valgrind is unable to run 434.zeusmp and 447.dealII).

Documentation

Documentation is included in the release package. We also maintain a copy for online browsing.

System call tracer for Windows

The Dr. Memory package includes an "strace for Windows" tool called drstrace.

Obtaining help

Dr. Memory has its own discussion list.

To report a bug, use the issue tracker.

See also the Dr. Memory home page: http://drmemory.org/