updated vmprofiler dep

main
John Doe 2 years ago
parent 5d30927614
commit da1acf0013

2
deps/vmprofiler vendored

@ -1 +1 @@
Subproject commit cbac337a604bf234c45fdf4d00e44ae7cf37e274
Subproject commit f252173d7c3d8b237f9055033a9392f594ee5915

@ -118,7 +118,7 @@ int __cdecl main(int argc, const char* argv[]) {
std::strtoull(parser.get<std::string>("vmentry").c_str(), nullptr, 16);
std::vector<vm::instrs::code_block_t> 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;

Loading…
Cancel
Save