1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 15:38:07 +00:00
bddisasm/bddisasm
2020-11-17 10:36:26 +02:00
..
include Removed support for PCOMMIT and CL1INVMB (not implemented by any x86/x64 CPUs), and marked MOV to/from test registers as being invalid in long mode. 2020-11-09 09:18:46 +02:00
bddisasm.c 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
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 Initial commit. 2020-07-21 11:19:18 +03:00
Makefile Fixed include path. 2020-07-27 11:51:02 +03:00