1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-04-06 06:25:57 +00:00
bddisasm/inc
Andrei Vlad LUTAS 072f6e059b Build improvements
Exclude string constants from build if BDDISASM_NO_FORMAT is defined.
Use extern "C" when declaring the public bddisasm/bdshemu functions.
Include wmmintrin.h for AES intrinisics when building using LLVM/clang.
2021-05-17 09:52:04 +03:00
..
bddisasm.h Build improvements 2021-05-17 09:52:04 +03:00
bdshemu.h Build improvements 2021-05-17 09:52:04 +03: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 Flag the rIP operand of conditional branches as being conditionally read/write instead of plain read/write. 2021-05-17 09:04:34 +03:00