1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 23:48:07 +00:00
bddisasm/bddisasm_test/cet/dnt_32.asm
Andrei Vlad LUTAS 08096172cc Multiple improvements
- 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.
2021-08-31 13:37:50 +03:00

28 lines
488 B
NASM

bits 32
call dword [eax]
call eax
db 0x64
call dword [eax]
db 0x64
call eax
db 0x3E
call dword [eax]
db 0x3E
call eax
db 0x3E, 0x2E
call dword [eax]
db 0x3E, 0x2E
call eax
db 0x2E, 0x3E
call dword [eax]
db 0x2E, 0x3E
call eax
db 0x3E, 0x64
call dword [eax]
db 0x3E, 0x64
call eax
db 0x64, 0x3E
call dword [eax]
db 0x64, 0x3E
call eax