claucece/dynamorio — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2018-09-29
Build a memory debugging tool that catches leaks and corruption without modifying source code.
Simulate how a program interacts with CPU caches to guide performance optimization.
Track code coverage or count instructions executed by a running program.
Trace which system calls an application makes at runtime for security analysis.
| claucece/dynamorio | ac000/find-flv | acc4github/kdenlive-omnifade | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | C | C | C |
| Last pushed | 2018-09-29 | 2013-04-05 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 5/5 | 2/5 | 2/5 |
| Audience | researcher | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires building or installing DynamoRIO and writing a custom client in C to instrument target programs.
DynamoRIO lets you observe and modify a running program's machine code in real time, without changing or recompiling its source, on Windows, Linux, and Android.
Mainly C. The stack also includes C.
Dormant — no commits in 2+ years (last push 2018-09-29).
Free and open-source, though the explanation does not specify the exact license terms.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.