1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 14:08:08 +00:00
bddisasm/inc
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
..
bddisasm.h Multiple improvements in bdshemu 2021-08-10 11:43:51 +03:00
bdshemu.h Multiple improvements 2021-08-31 13:37:50 +03:00
constants.h Multiple changes 2021-07-08 12:40:39 +03:00
cpuidflags.h Added support for Intel FRED and LKGS instructions. 2021-03-15 14:05:44 +02:00
disasmstatus.h Multiple changes 2021-07-08 12:40:39 +03:00
disasmtypes.h Added support for Intel FRED and LKGS instructions. 2021-03-15 14:05:44 +02:00
registers.h Renamed REG_* fields to NDR_*, so that we don't conflict with _GNU_SOURCES. 2020-07-29 11:05:27 +03:00
version.h Multiple improvements 2021-08-31 13:37:50 +03:00