All Projects → DynamoRIO → Dynamorio

DynamoRIO / Dynamorio

Licence: other
Dynamic Instrumentation Tool Platform

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
CMake
9771 projects
perl
6916 projects
assembly
5116 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dynamorio

nodeprof.js
Instrumentation framework for Node.js compliant to ECMAScript 2020 based on GraalVM.
Stars: ✭ 44 (-97.59%)
Mutual labels:  instrumentation, profiling
thundra-agent-python
Thundra Lambda Python Agent
Stars: ✭ 36 (-98.03%)
Mutual labels:  instrumentation, profiling
Mambo
A low-overhead dynamic binary instrumentation and modification tool for ARM (now with both AArch32 and AArch64 support)
Stars: ✭ 199 (-89.11%)
Mutual labels:  instrumentation, binary-analysis
GVProf
GVProf: A Value Profiler for GPU-based Clusters
Stars: ✭ 25 (-98.63%)
Mutual labels:  instrumentation, binary-analysis
Dynamic-Rabbits
No description or website provided.
Stars: ✭ 13 (-99.29%)
Mutual labels:  binary-analysis, dynamorio
Likwid
Performance monitoring and benchmarking suite
Stars: ✭ 957 (-47.65%)
Mutual labels:  instrumentation, profiling
benchkit
A developer-centric toolkit module for Android to facilitate in-depth profiling and benchmarking.
Stars: ✭ 48 (-97.37%)
Mutual labels:  toolkit, profiling
probes-api
Software Activity Metering - Probes Open API
Stars: ✭ 31 (-98.3%)
Mutual labels:  instrumentation, profiling
instrumentation
Assorted pintools
Stars: ✭ 24 (-98.69%)
Mutual labels:  instrumentation, binary-analysis
thundra-agent-nodejs
Thundra Lambda Node.js Agent
Stars: ✭ 31 (-98.3%)
Mutual labels:  instrumentation, profiling
Scalopus
A tracing framework for C++ and Python.
Stars: ✭ 41 (-97.76%)
Mutual labels:  instrumentation, profiling
Orbit
C/C++ Performance Profiler
Stars: ✭ 2,291 (+25.33%)
Mutual labels:  instrumentation
Nine41
Automate overriding the status bars for all running iOS simulators
Stars: ✭ 124 (-93.22%)
Mutual labels:  simulator
Iopipe Js Core
Observe and develop serverless apps with confidence on AWS Lambda with Tracing, Metrics, Profiling, Monitoring, and more.
Stars: ✭ 123 (-93.27%)
Mutual labels:  profiling
Eviltwinframework
A framework for pentesters that facilitates evil twin attacks as well as exploiting other wifi vulnerabilities
Stars: ✭ 122 (-93.33%)
Mutual labels:  toolkit
Sienna Locomotive
A user-friendly fuzzing and crash triage tool for Windows
Stars: ✭ 130 (-92.89%)
Mutual labels:  binary-analysis
Go Http Metrics
Go modular http middleware to measure HTTP requests independent of metrics backend (with Prometheus and OpenCensus as backend implementations) and http framework/library
Stars: ✭ 128 (-93%)
Mutual labels:  instrumentation
Sigir2020 peterrec
Parameter-Efficient Transfer from Sequential Behaviors for User Modeling and Recommendation
Stars: ✭ 121 (-93.38%)
Mutual labels:  profiling
Mirtk
The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at
Stars: ✭ 119 (-93.49%)
Mutual labels:  toolkit
Aflplusplus
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
Stars: ✭ 2,319 (+26.86%)
Mutual labels:  instrumentation

DynamoRIO

DynamoRIO logo

About DynamoRIO

DynamoRIO is a runtime code manipulation system that supports code transformations on any part of a program, while it executes. DynamoRIO exports an interface for building dynamic tools for a wide variety of uses: program analysis and understanding, profiling, instrumentation, optimization, translation, etc. Unlike many dynamic tool systems, DynamoRIO is not limited to insertion of callouts/trampolines and allows arbitrary modifications to application instructions via a powerful IA-32/AMD64/ARM/AArch64 instruction manipulation library. DynamoRIO provides efficient, transparent, and comprehensive manipulation of unmodified applications running on stock operating systems (Windows, Linux, or Android) and commodity IA-32, AMD64, ARM, and AArch64 hardware. Mac OSX support is in progress.

Existing DynamoRIO-based tools

DynamoRIO is the basis for some well-known external tools:

Tools built on DynamoRIO and available in the release package include:

  • The memory debugging tool Dr. Memory
  • The tracing and analysis framework drmemtrace with multiple tools that operate on both online (with multi-process support) and offline instruction and memory address traces:
  • The legacy processor emulator drcpusim
  • The "strace for Windows" tool drstrace
  • The code coverage tool drcov
  • The library tracing tool drltrace
  • The memory address tracing tool memtrace (drmemtrace's offline traces are faster with more surrounding infrastructure, but this is a simpler starting point for customized memory address tracing)
  • The memory value tracing tool memval
  • The instruction tracing tool instrace (drmemtrace's offline traces are faster with more surrounding infrastructure, but this is a simpler starting point for customized instruction tracing)
  • The basic block tracing tool bbbuf
  • The instruction counting tool inscount
  • The dynamic fuzz testing tool Dr. Fuzz
  • The disassembly tool drdisas
  • And more, including opcode counts, branch instrumentation, etc.: see \ref API_samples.

Building your own custom tools

DynamoRIO's powerful API abstracts away the details of the underlying infrastructure and allows the tool builder to concentrate on analyzing or modifying the application's runtime code stream. API documentation is included in the release package and can also be browsed online. Slides from our past tutorials are also available.

Downloading DynamoRIO

DynamoRIO is available free of charge as a binary package for both Windows and Linux. DynamoRIO's source code is available primarily under a BSD license.

Obtaining Help

Use the discussion list to ask questions.

To report a bug, use the issue tracker.

See also the DynamoRIO home page: http://dynamorio.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].