1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-03 11:50:55 +00:00
bddisasm/bddisasm
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
..
include Multiple improvements 2021-08-31 13:37:50 +03:00
bddisasm.c Multiple improvements 2021-08-31 13:37:50 +03:00
bddisasm.vcproj Initial commit. 2020-07-21 11:19:18 +03:00
bddisasm.vcxproj Initial commit. 2020-07-21 11:19:18 +03:00
bddisasm.vcxproj.filters Initial commit. 2020-07-21 11:19:18 +03:00
crt.c Implement nd_vsnprintf_s and nd_memset if possible 2021-03-30 21:58:03 +03:00
Makefile Fixed include path. 2020-07-27 11:51:02 +03:00