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;