From 70d797420c496c21314e6242c7acb9f7422ae450 Mon Sep 17 00:00:00 2001 From: xtremegamer1 Date: Thu, 13 Oct 2022 19:04:59 -0600 Subject: [PATCH] updated source files --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74834ba..e315a30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,10 @@ list(APPEND vmprofiler_SOURCES "src/vmprofiles/svsp.cpp" "src/vmprofiles/vmexit.cpp" "src/vmprofiles/write.cpp" + "src/vmprofiles/writedr7.cpp" "src/vmutils.cpp" + "include/uc_allocation_tracker.hpp" + "src/uc_allocation_tracker.cpp" "include/vmctx.hpp" "include/vminstrs.hpp" "include/vmlocate.hpp"