1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-24 08:28:07 +00:00
bddisasm/bddisasm_test/x86/basic/vmx_64.asm

15 lines
290 B
NASM
Raw Normal View History

2020-07-21 08:19:18 +00:00
bits 64
vmcall
vmfunc
vmlaunch
vmresume
vmxoff
vmread rax, rcx
vmwrite rsp, [edi]
vmptrld [rsp + 0x100]
vmptrst [edi]
vmclear [rax + rcx * 8]
vmxon [0x1000]
invept rax, [rsi]
invvpid rdx, [rsp]