From 569ba2a8962f516605cf94bdf108a2f3ddb85aed Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Fri, 29 Apr 2022 09:54:07 +0200 Subject: [PATCH] Add DynamoRIO fork --- .gitmodules | 3 +++ DynamoRIO | 1 + README.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 DynamoRIO diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0fcf380 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "DynamoRIO"] + path = DynamoRIO + url = ./DynamoRIO diff --git a/DynamoRIO b/DynamoRIO new file mode 160000 index 0000000..d3ecd80 --- /dev/null +++ b/DynamoRIO @@ -0,0 +1 @@ +Subproject commit d3ecd80758218c85cf017f64c4b122c32e926700 diff --git a/README.md b/README.md index e6ae5dd..8223410 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ To trace an application run the following command in the DynamoRIO build directo ``` sudo ./drrun -t drcachesim -simulator_type dram_tracer -use_physical -- [application] ``` -System priviledges are needed for the physical address conversion. +System privileges are needed for the physical address conversion.