From c2e3cce628c6ee07ea0b5bb1e2353728a7e2a587 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 1 Dec 2021 00:53:21 -0800 Subject: [PATCH] updated deps and added call to vm::util::init() --- dependencies/vmprofiler | 2 +- src/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dependencies/vmprofiler b/dependencies/vmprofiler index 78033b5..05748c6 160000 --- a/dependencies/vmprofiler +++ b/dependencies/vmprofiler @@ -1 +1 @@ -Subproject commit 78033b5ba2167112f2f4ea7d4ba37f7819e04dac +Subproject commit 05748c67bec777672a69462178625dffc7d5eb56 diff --git a/src/main.cpp b/src/main.cpp index 7395cad..3886d4d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -94,6 +94,7 @@ int __cdecl main(int argc, const char *argv[]) { section_header.size_raw_data); }); + vm::util::init(); const auto module_base = reinterpret_cast(tmp.data()); const auto image_base = img->get_nt_headers()->optional_header.image_base;