zydis/examples
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
..
FormatHelper.h Complete rewrite of the instruction-formatter 2016-11-26 13:08:37 +01:00
FormatterHooks.c Changed the way how user-data is passed to custom formatter-callbacks 2017-10-14 18:37:59 +02:00
ZydisFuzzIn.c Implemented decoder-modes to support ISA-extensions that conflict with existing instructions 2017-11-01 23:39:10 +01:00
ZydisPE.c Minor bugfixes and refactorings 2016-11-21 14:55:17 +01:00
ZydisPerfTest.c Implemented decoder-modes to support ISA-extensions that conflict with existing instructions 2017-11-01 23:39:10 +01:00