diff --git a/deps/vmprofiler b/deps/vmprofiler index cbac337..f252173 160000 --- a/deps/vmprofiler +++ b/deps/vmprofiler @@ -1 +1 @@ -Subproject commit cbac337a604bf234c45fdf4d00e44ae7cf37e274 +Subproject commit f252173d7c3d8b237f9055033a9392f594ee5915 diff --git a/src/main.cpp b/src/main.cpp index 3bcb2ea..1d333d8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -118,7 +118,7 @@ int __cdecl main(int argc, const char* argv[]) { std::strtoull(parser.get("vmentry").c_str(), nullptr, 16); std::vector code_blocks; - vm::ctx_t vmctx{module_base, image_base, image_size, vm_entry_rva}; + vm::ctx_t vmctx(module_base, image_base, image_size, vm_entry_rva); // testing flatten and deobfuscate on vmp3 vm enters... zydis_routine_t vm_entry;