zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.47k stars 434 forks source link

Decoder: simplify ZydisDecoderDecodeFull API #380

Closed athre0z closed 2 years ago

athre0z commented 2 years ago

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.