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

DynamoRIO/dynamorio

Dynamic Instrumentation Tool Platform observed · 2026-08-28

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

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 6
  • age_days: 4297
  • days_rel: 11
  • days_push: 7
  • n_releases_24m: 108

Full methodology

Adoption not part of the score

3146 stars · 622 forks observed · 2026-08-28

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

DynamoRIO is a runtime code manipulation system that supports arbitrary code transformations on executing programs, with a powerful instruction manipulation library for IA-32, AMD64, ARM, and AArch64. It serves as a platform for building dynamic tools such as profilers, fuzzers, memory debuggers, and cache simulators on unmodified applications.

Use cases

  • instrument a program at runtime for profiling
  • fuzz Windows binaries with code coverage feedback
  • simulate CPU caches and TLBs from instruction traces
  • trace memory addresses and function calls of an application
  • detect memory errors in unmodified binaries
  • analyze opcode mixes and reuse distances of a workload

When to choose

  • you need fine-grained dynamic binary instrumentation on x86, ARM, or AArch64
  • you want to build custom program analysis or profiling tools
  • you need to instrument unmodified applications on Windows, Linux, or Android
  • you need an instrumentation engine for a fuzzer like WinAFL

When to avoid

  • you only need simple static analysis of binaries
  • you want source-level instrumentation rather than binary-level
  • you need macOS support, which is still in progress
  • you need a lightweight sampling profiler without deep instrumentation

Facets

framework · maturity active

benchmarking fuzzing reverse-engineering simulation tracing developer-tools performance security operating-systems windows cpp c dynamic-binary-instrumentation binary-analysis code-coverage cache-simulator memory-debugging runtime-code-manipulation instrumentation linux android

1 source

Member repositories

RepositoryRoleHealth v2
DynamoRIO/dynamoriomain95

For agents

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

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