Excuse the ads! We need some help to keep our site up.

List

DynamoRIO

DynamoRIO Tools

Download

Install

sudo apt-get install cmake g++ g++-multilib doxygen transfig imagemagick ghostscript git
git clone https://github.com/DynamoRIO/dynamorio.git
cd dynamorio && mkdir build && cd build
cmake ..
make -j
./bin64/drrun echo hello world
hello world

Guide

Sample