As previously discussed in https://github.com/zyantific/zydis/pull/379, this PR simplifies ZydisDecoderDecodeFull in order to reduce the overall complexity of our public interface. If people wish to decode less than ZYDIS_MAX_OPERAND_COUNT operands, they can simply use the more advanced ZydisDecoderDecodeInstruction and ZydisDecoderDecodeOperands functions.
As previously discussed in https://github.com/zyantific/zydis/pull/379, this PR simplifies
ZydisDecoderDecodeFull
in order to reduce the overall complexity of our public interface. If people wish to decode less thanZYDIS_MAX_OPERAND_COUNT
operands, they can simply use the more advancedZydisDecoderDecodeInstruction
andZydisDecoderDecodeOperands
functions.