Ross ROSS = Recommend OSS · open-source software intelligence for agents

DynamoRIO/drmemory

Memory Debugger for Windows, Linux, Mac, and Android observed · 2026-08-28

github.com/DynamoRIO/drmemory · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 57
  • Release rhythm 61
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 21.0
  • age_days: 4297
  • days_rel: 263
  • days_push: 263
  • n_releases_24m: 13

Full methodology

Adoption not part of the score

2744 stars · 289 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Dr. Memory is a memory debugger that detects memory errors such as uninitialized reads, heap overflows, use-after-free, double frees, and memory leaks in unmodified application binaries. It is built on the DynamoRIO dynamic instrumentation platform and runs on Windows, Linux, Mac, and Android.

Use cases

  • find memory leaks in my C++ application
  • detect use-after-free and double-free bugs
  • check for uninitialized memory accesses on Windows
  • valgrind alternative for mac and windows
  • trace windows system calls
  • debug heap buffer overflows in native binaries

When to choose

  • you need memory error detection on Windows, Mac, or Android where Valgrind is unavailable
  • you must analyze unmodified binaries without recompiling
  • you want faster memory checking than Valgrind
  • you need a Windows system call tracer (drstrace)

When to avoid

  • you only target Linux and prefer Valgrind's mature ecosystem
  • you need source-level sanitizers with compiler integration like ASan
  • your application is sensitive to any instrumentation overhead

Facets

cli-tool · maturity active

testing developer-tools monitoring developer-tools performance operating-systems windows cli cpp c memory-debugger dynamic-instrumentation memory-leak-detection valgrind-alternative dynamorio sanitizer system-call-tracing linux macos android

1 source

Member repositories

RepositoryRoleHealth v2
DynamoRIO/drmemorymain67

For agents

markdown · JSON · MCP: product_card(name="DynamoRIO/drmemory")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem