Vm2Import fix vmprotect import function used unicorn-engine. it can repair functions such as call [module.function] or jmp [module.function] that are statically imported by the VM. Use copy to x64dbg x64dbg\release\x32\plugins\unicorn.dll x64dbg\release\x32\plugins\Vm2Import.dp32 x64dbg\release\x64\plugins\unicorn.dll x64dbg\release\x64\plugins\Vm2Import.dp64 select "VM_Start" call vmp0.xxxxxxxx, right click menu "Vm2Import"->"Fix Import Call Address" repair. original sample:
win18216001/Vm2Import
Vm2Import
fix vmprotect import function used unicorn-engine.
it can repair functions such as
call [module.function]
orjmp [module.function]
that are statically imported by the VM.Use
x64dbg\release\x32\plugins\unicorn.dll
x64dbg\release\x32\plugins\Vm2Import.dp32
x64dbg\release\x64\plugins\unicorn.dll
x64dbg\release\x64\plugins\Vm2Import.dp64
call vmp0.xxxxxxxx
, right click menu"Vm2Import"->"Fix Import Call Address"
original sample: