updated deps and added call to vm::util::init()

master
_xeroxz 2 years ago
parent 21a6b950b3
commit c2e3cce628

@ -1 +1 @@
Subproject commit 78033b5ba2167112f2f4ea7d4ba37f7819e04dac
Subproject commit 05748c67bec777672a69462178625dffc7d5eb56

@ -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<std::uintptr_t>(tmp.data());
const auto image_base = img->get_nt_headers()->optional_header.image_base;

Loading…
Cancel
Save