You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bddisasm/inc
Andrei Vlad LUTAS 33078e4670
Added support for TDX instructions, per https://software.intel.com/content/dam/develop/external/us/en/documents/intel-tdx-cpu-architectural-specification.pdf.
4 years ago
..
bdshemu Improved stack string detection heuristic: only consider registers which have been modified during emulation; registers which were provided as "input" can be ignored, as they most likely contain addresses or other data relevant to the emulated code. We are only interested in string dynamically built during our emulation. 4 years ago
bddisasm.h Added support for TDX instructions, per https://software.intel.com/content/dam/develop/external/us/en/documents/intel-tdx-cpu-architectural-specification.pdf. 4 years ago
constants.h Added support for TDX instructions, per https://software.intel.com/content/dam/develop/external/us/en/documents/intel-tdx-cpu-architectural-specification.pdf. 4 years ago
cpuidflags.h Renamed REG_* fields to NDR_*, so that we don't conflict with _GNU_SOURCES. 4 years ago
disasmstatus.h Don't use reserved identifiers for include guards 4 years ago
disasmtypes.h Don't use reserved identifiers for include guards 4 years ago
registers.h Renamed REG_* fields to NDR_*, so that we don't conflict with _GNU_SOURCES. 4 years ago
version.h Added support for TDX instructions, per https://software.intel.com/content/dam/develop/external/us/en/documents/intel-tdx-cpu-architectural-specification.pdf. 4 years ago