zydis/include/Zydis
flobernd 57f7ff8bcd Implemented decoder-modes to support ISA-extensions that conflict with existing instructions
- Added decoder-modes
 - `ZYDIS_DECODER_MODE_MINIMAL`
 - `ZYDIS_DECODER_MODE_AMD_BRANCHES`
 - `ZYDIS_DECODER_MODE_MPX`
 - `ZYDIS_DECODER_MODE_CET`
 - `ZYDIS_DECODER_MODE_LZCNT`
 - `ZYDIS_DECODER_MODE_TZCNT`
- Removed `ZydisDecoderInitEx` and the possibility to pass a decoder-granularity (use `ZYDIS_DECODER_MODE_MINIMAL` instead)
2017-11-01 23:39:10 +01:00
..
Generated Added new ISA-extensions 2017-10-19 01:10:25 +02:00
CommonTypes.h Added basic support for Windows kernel drivers 2017-07-28 22:25:20 +02:00
Decoder.h Implemented decoder-modes to support ISA-extensions that conflict with existing instructions 2017-11-01 23:39:10 +01:00
DecoderTypes.h Fixed `bndldx` and `bndstx` not accepting segment-overrides 2017-10-27 03:02:36 +02:00
Defines.h Improved support for ICC 2017-09-15 01:45:01 +02:00
Formatter.h Added previously forgotten const qualifiers 2017-10-24 17:21:09 +02:00
MetaInfo.h Fixed doxygen comments for generated enums 2017-09-11 03:05:49 +02:00
Mnemonic.h Fixed doxygen comments for generated enums 2017-09-11 03:05:49 +02:00
Register.h Added `_MAX_VALUE` marker value to all enums 2017-09-21 23:50:44 +02:00
SharedTypes.h Adjusted maximum number of operands 2017-10-19 22:15:44 +02:00
Status.h Minor refactorings 2017-09-23 19:53:48 +02:00
Utils.h Minor refactorings 2017-09-25 17:59:14 +02:00
Zydis.h Internal refactorings and new meta-info 2017-09-05 17:35:23 +02:00