mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-22 23:48:07 +00:00
08096172cc
- New shemu flag - SHEMU_FLAG_SIDT, set when sheu encounters a SIDT in ring0. - Added the CET Tracked flag to SYSCLAL, SYSENTER and INT n instructions. - Fixed Do Not Track prefix recognition for CALL and JMP in long-mode. - Fixed MONITOR and MONITORX implicit operands - the rAX register encodes a virtual address that will be used as the monitored range. That address is subject to a 1 byte load. - Fixed RMPADJUST and RMPUPDATE implicit operands - the rAX register encodes a virtual address, and the rCX register encodes a virtual address of the RMP updated entry.
28 lines
488 B
NASM
28 lines
488 B
NASM
bits 64
|
|
|
|
call qword [rax]
|
|
call rax
|
|
db 0x64
|
|
call qword [rax]
|
|
db 0x64
|
|
call rax
|
|
db 0x3E
|
|
call qword [rax]
|
|
db 0x3E
|
|
call rax
|
|
db 0x3E, 0x2E
|
|
call qword [rax]
|
|
db 0x3E, 0x2E
|
|
call rax
|
|
db 0x2E, 0x3E
|
|
call qword [rax]
|
|
db 0x2E, 0x3E
|
|
call rax
|
|
db 0x3E, 0x64
|
|
call qword [rax]
|
|
db 0x3E, 0x64
|
|
call rax
|
|
db 0x64, 0x3E
|
|
call qword [rax]
|
|
db 0x64, 0x3E
|
|
call rax |