jak-project/third-party/zydis/assets/porting-guide-v4-v5.md
Tyler Wilding 637b043293
deps: update zydis to latest commit (#3306)
Updates Zydis to it's latest commit, this should fix building the
project on intel macs with a more recent version of macOS. This likely
needs some sanity checks that the debugger stuff still works as
expected.
2024-01-15 16:56:14 -05:00

289 B
Vendored
Generated

Porting Guide v4 -> v5

Encoder

  • ZydisEncoderDecodedInstructionToEncoderRequest now expects exactly instruction->operand_count_visible to be passed, not operand_count_visible at maximum. Passing a lower value was previously allowed but didn't really make much sense at all.