1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 15:38:07 +00:00
bddisasm/inc
2021-03-15 14:05:44 +02:00
..
bddisasm.h Added support for UINTR, HRESET and AVX-VNNI instructions, as per Intel® Architecture Instruction Set Extensions Programming Reference 41 (October 2020). 2020-10-05 13:19:03 +03:00
bdshemu.h Added support for AESDEC, AESDECLAST and AESIMC emulation, using compiler intrinsics - they will be used only if the SHEMU_OPT_SUPPORT_AES is set (so the integrator can properly check for AES-NI support in hardware). 2020-12-04 10:52:56 +02:00
constants.h Added support for Intel FRED and LKGS instructions. 2021-03-15 14:05:44 +02:00
cpuidflags.h Added support for Intel FRED and LKGS instructions. 2021-03-15 14:05:44 +02:00
disasmstatus.h As per Intel SDM version 73 released in November 2020, make sure we don't decode 32-bit EVEX instructions that have EVEX.V' cleared, and 64-bit EVEX instructions that don't use EVEX.V' field, but have it cleared. 2020-11-17 10:36:26 +02: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 Added support for Intel FRED and LKGS instructions. 2021-03-15 14:05:44 +02:00