From 67ab0b0bc6c13a9287e5c5587113bb1b1d141191 Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Thu, 15 Jan 2026 01:08:49 -0600 Subject: [PATCH] Add include for Dyninst registers This allows building with the latest version of Dyninst. --- rewriting/taint.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rewriting/taint.cpp b/rewriting/taint.cpp index 8786940..e81d882 100755 --- a/rewriting/taint.cpp +++ b/rewriting/taint.cpp @@ -32,6 +32,7 @@ #include "Instruction.h" #include "dynC.h" #include "snippetGen.h" +#include "dyn_regs.h" // capstone includes #include