mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-12 18:38:55 +00:00
9ba1e6a2f9
Multiple minor fixes to existing instructions. Moved x86 decoding tests in a separate directory & improved the test script.
15 lines
290 B
NASM
15 lines
290 B
NASM
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] |