zydis/include/Zydis
flobernd 930c4df970
Removed `ZydisDecodedInstruction.instrPointer`
The instruction-pointer was always pointing to the next instruction (which is inconsistent for branch instructions). We can't always tell IF an instruction is going to branch (for the conditional ones), so we decided to completely remove it.

You can always manually combine `instrAddress` and `length` to calculate this value.
2017-12-01 20:21:25 +01:00
..
Generated Introduced custom integer types 2017-11-25 01:47:02 +01:00
CommonTypes.h Various minor no-libc fixes 2017-11-27 00:06:09 +01:00
Decoder.h Introduced custom integer types 2017-11-25 01:47:02 +01:00
DecoderTypes.h Removed `ZydisDecodedInstruction.instrPointer` 2017-12-01 20:21:25 +01:00
Defines.h Various minor no-libc fixes 2017-11-27 00:06:09 +01:00
Formatter.h Introduced custom integer types 2017-11-25 01:47:02 +01: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 Introduced custom integer types 2017-11-25 01:47:02 +01:00
SharedTypes.h Introduced custom integer types 2017-11-25 01:47:02 +01:00
Status.h Introduced custom integer types 2017-11-25 01:47:02 +01:00
Utils.h Introduced custom integer types 2017-11-25 01:47:02 +01:00
Zydis.h Various minor no-libc fixes 2017-11-27 00:06:09 +01:00