mirror of https://github.com/x64dbg/zydis
930c4df970
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. |
||
---|---|---|
.. | ||
Generated | ||
CommonTypes.h | ||
Decoder.h | ||
DecoderTypes.h | ||
Defines.h | ||
Formatter.h | ||
MetaInfo.h | ||
Mnemonic.h | ||
Register.h | ||
SharedTypes.h | ||
Status.h | ||
Utils.h | ||
Zydis.h |